Hey All,
What is the best way to find all the epics my teams are working on?
We are using Epics & Stories. Multiple teams may work on an epic, each story assigned to a different Agile Team.
I am looking for a query to retrieve a list of epics that are currently "In progress", and there is a story link to Agile Team = X (which is a field on a story).
So if, for example, there are 5 epics in progress and stories assigned to my team only to 3 out of the 5 epics, I would like to get a list of 3 epics.
Thanks in advanced
Eran Malovany
I’m Maurício, a support engineer at Digital Toucan and I’m here to help you.
Unfortunately, it’s not possible to find your epics whose stories have a specific field using only JQL of Jira. You can check a few apps in the marketplace that extend the search for you by clicking here.
In the app where my team works, JQL Search Extensions for Jira, you can use this query to find your epics in progress, whose story has the Agile Team' = X.
issue in epicsOfChildrenInQuery("type = story and 'Agile Team' = X") and status = "In Progress"
If you have any other questions about this query, please contact our support. We’ll be happy to help you!
Best regards,
Maurício
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think you can use filter for this case.
In case, "Team" selection is disabled, you can switch to JQL for filtering tasks by assignee - all your team members
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.
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.