We want to list out all user stories (all statuses) for a EPIC.
EPIC has specific workflow status, So based on the EPIC status we need to display all stories.
At high level - List all stories where Epic status= Accepted
I’m Maurício, a support engineer at Digital Toucan and I’m here to help you.
Unfortunately, using JQL of Jira, you’ll not be able to do it.
In the app where my team works, JQL Search Extensions for Jira, you can use this query to find all your stories that are children of epics whose status is “Accepted”
issue in childrenOfEpicsInQuery("status = Accepted") and type = Story
Please contact our support if you have any other questions about this query.
We’ll be happy to help you!
Best regards,
Maurício
unfortunately, "plain" Jira isn't too great with searching across issue 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
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 is working on, JXL for Jira; TLDR: You'd create a sheet with your relevant issues, enable the default hierarchy (that's just one click), and then use JXL's various filtering capabilities to narrow down your list of issues:
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.
As said above, there may be other apps that help with this, too. You may already know that you can trial any app for free for 1 month, and depending on the size of your size, it may be free forever. So if an app is an option for your, perhaps try a few and see which works best for you.
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 can use Advanced Roadmaps if you are on Jira premium to achieve this functionality.
Alternatively, you can try out our app, which give you multiple filter options for your parent issue which can be Epic. Also there is a feature to filter out child issues to based on their status, issue type or even use your own custom JQL.
Disclaimer : I work for the vendor who built this app
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.