I want to be able to search for all test issues linked to all stories which are returned in my "All Stories" filter. Any ideas how this can be accomplished? Thank you! We do have JQL Search extensions as well.
I’m Charlotte, a support engineer at Appfire and I’m here to help you.
Unfortunately, natively, you’ll not be able to do it dynamically.
With JQL Search Extensions for Jira, you can use this query to get all Test issues that are linked to the Stories in your filter:
issue in linkedIssuesOfQuery("filter = 'All Stories'") AND issuetype = Test
Please contact our support if you have any other questions about this query.
We’ll be happy to help you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.