I need to create a query that will give me all the Stories that have a QA Testing SubTask where the

mcarreon11 September 1, 2017

I need to create a query that will give me all the User Stories that have a QA Testing SubTask associated to it where the QA Testing Subtask status is closed.  How would I do that?

 

1 answer

0 votes
Walter Buggenhout
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 2, 2017

Hi @mcarreon11,

Scriptrunner offers you extended search capabilities that help you do this. Have a look at this related Community question. The answer is the same, all you have to do is modify the parentsOf subquery to something like: "Issuetype = 'QA Testing Subtask' and Status = Closed"

Suggest an answer

Log in or Sign up to answer