Hello Everyone!!!
I'm currently using Jira Server v 7.13
Query:
Show all Iinked Issues to a Issue Key, Show only Specific Project AND
show all of the Tasks/Subtasks to those results
Partial Solution:
issue in linkedIssues (XYZ-2222) AND project = "Product Management"
Problem:
The Query above shows me the first part for the query, Where I'm having difficult is for the second part of the query, Show the Tasks/SubTasks of those results.
I tried using the parent() function but I wasn't able to nest it properly.
Is this possible out of the box?
Does anyone have any suggestions on how to do this?
Hey @Melissa C
This below JQL query gives the sub-tasks and linked issues for an issue.
(parent = XYZ-2222 OR key in linkedIssues("XYZ-2222")) AND Project = "Product Management"
please check and let me know.
Regards,
Vishwas
That didn't work!
(parent = XYZ-2222 OR key in linkedIssues("XYZ-2222")) AND Project = "Product Management"
I broke it down
We are looking to also see Tasks Or Issues in Epic
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.