Hi all,
I am looking for JQL to show all the issues (Tasks, Task, "Test Execution", "Test Set") that are linked to a specific Story.
For some reason, the result was not showing all the issues.
Does someone know the reason?
You can see my JQL with 14 issues results:
Here you can see all the actual linked issues (18 issues):
Hi @Yasmin Aylin ,
The only thing I can think of is that your 'fixVersion' clause is causing this. In other words not all of your 18 issues have the fixVersion you are looking for.
Hi @Rudy Holtkamp thanks, you're right!!
So maybe you know how can I see all the linked issues that their parent have this fixVersion?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So maybe you know how can I see all the linked issues that their parent have this fixVersion?
Unfortunately, this is trickier than one might think; as a "hierarchical query", it would really require some kind of join or subquery, which isn't available in plain Jira/JQL.
A few directions forward:
Hope this helps,
Best,
Hannes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just to expand on the last point, this is how this would look in the app that my team and I are working on, JXL for Jira. Put simply, you'd create a sheet with all issues that are potentially relevant to you, model your issue-link based issue hierarchy (that's just a couple of clicks), and then use JXL filtering capabilities to narrow down to the issues that you care about:
Once you have your list of issues, you can work on these directly in JXL (much like you'd do in e.g. Excel or Google Sheets), trigger various operations in Jira, or export them for further processing.
Any questions just let me know!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.