Hi everybody,
I am looking for a JQL filter that returns the following results:
-All initiatives with a certain label.
-The underlying child epics that have the term 'customer' in their name and that are in the status 'to do' or 'in progress'.
I do have Scriptrunner installed on my environment.
Many thanks in advance!
Thuur
Does this work for you:
(type = Initiative and summary ~ "my text") OR (type = Epic and labels = yourlabel)
Hi @Del Jensen,
Thanks for your suggestion.
Unfortunately this does not return the desired result.
There needs to be a dependency between the Initiative with the specific label and the underlying Epic with 'customer' in the summary.
So an example of issues returned by the query:
Initiative with label '123' AND underlying Epic with 'customer' in summary.
So the desired output has initiatives and epics in it which are linked with each other.
Do you have another suggestion?
Cheers,
Thuur
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Thuur,
Apologize for lateness. Was out on Holiday. Scriptrunner would probably be the best option for you.
There is this using issuekey but you need to provide the Initiative key for it. https://community.atlassian.com/t5/Jira-questions/JQL-query-to-find-child-issues-of-Initiative/qaq-p/461409
Thank you,
Del
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.