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: 

how to find all the specific issue type for a set of particular issue types?

Saurabh Garg
September 12, 2017

I have one issue type called as "QA Effort". This QA Effort can have parent issue type as "Epic, Story, Bugs, Feature". Now I want to find all the issue type("QA Effort") whose parent issue type is "Epic, Story". 

 Is there any way to achieve this?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Andy Heinzer
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.
September 13, 2017

Natively, JIRA does not have a way to search for the parent issues like this from the child issue.   But you could use a plugin like Scriptrunner in order to gain some additional JQL functions in JIRA.  For example, with that plugin there is some documentation on Scriptrunner Scripted JQL Functions: subtasksOf and parentsOf.

So with that plugin you could then create a JQL query like:

issuetype in (Epic, Story) AND issueFunction in parentsOf(issuetype="QA Effort")

That would be able to find all those Epic/Story issues that have at least one subtask of type "QA Effort".

TAGS
AUG Leaders

Atlassian Community Events