Jira 6.3 - Search within a search

Daniel February 5, 2015

Hi,

I have a question regarding advanced search in JIRA 6.3.

 

Backstory:  The scrum teams that use JIRA in our organization assign a developer to an story, they are responsible for co-ordinating the technical delivery of that story.  Sub-tasks for that story are then shared among the team. 

I need to create an issue search filter that will return all subtasks that are linked to a user story where the user story is assigned to a particular user.  Is this possible?

 

Thanks

1 answer

0 votes
Udo Brand
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 Leaders.
February 5, 2015

Use script runners subtaskof functionality:

issuefunction in subtaskOf("issuetype = story and assignee ='particular User'")

 

See:https://jamieechlin.atlassian.net/wiki/display/GRV/Scripted+JQL+Functions#ScriptedJQLFunctions-subtasksOf(Subquery)

Suggest an answer

Log in or Sign up to answer