The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Hide subtask only for Task type

Tim_Brigham
Contributor
February 21, 2013

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.

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
ConradR
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
February 23, 2013

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

TAGS
AUG Leaders

Atlassian Community Events