Within Jira (5.x) I would like to create a search that hides subtasks for the 'task' type only but that shows subtasks for epics and stories. It's OK to assume only the task, story and epic type.
Is this possible? How? I'm mostly not sure about how to get the parent object's type.
This is not possible with standard JQL. You can find subtasks with 'type in subTaskIssueTypes()' and you can get the parent issue with 'parent' but you can't check the issue type for the parent.
You should have a look at the JQL Tricks Plugin. It has a 'parent(JqlQuery)' function:
https://marketplace.atlassian.com/plugins/com.j-tricks.jql-plugin
Join us June 26, 11am PT for a webinar with Atlassian Champion Robert Hean & Loom’s Brittany Soinski. Hear tips, stories, and get your burning questions answered. Learn how Loom makes training and enablement easier. Don’t miss it!
Register todayOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.