Hi,
We have a custom drop down in epics to categorize the epics. I want to have a filter that returns all issues in parent epics but only if the parent epic meets a specific condition in the drop down.
Is there a way to use the parent.epic query or something else?
unfortunately, "plain" JQL isn't too great with hierarchies, so to the best of my knowledge, you'll need extra tooling to solve your use case.
A few directions forward:
Hope this helps,
Best,
Hannes
Just to expand on the latter, this is how this would look in the app that my team is working on, JXL for Jira; TLDR: You can simply load your relevant issues into a sheet, enable the default issue hierarchy (that's just one click), and then filter down to the epics that you care about:
"Roadmap quarter" is a custom field, but this works with any other field, too.
Once you've narrowed down 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.
As said above, there are other apps that may help with that - so perhaps try a few and see which one works best for you!
Any questions just let me know,
Best,
Hannes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks. I do not want to download any apps so I am goin to try using the automation to propagate the child issues
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.