Hi,
I'm a working in a multi-team programme.
Our Epics are owned by Teams (a custom field in Jira) but some of the Stories and Tasks within those Epics are owned by another Team.
I need to be able to quickly see all Stories and Tasks that my team is responsible for delivering to fulfil another Team's Epic.
At the moment I'm doing this manually by:
Is there an easier way to do this in a single query?
Thanks!
Hi @Adam Taylor
I don't think this is possible in "plain" Jira - it would really need some form of "join" or "subquery" in JQL, which unfortunately doesn't exist.
What you could do is to use Jira Automation to "propagate" the parent team field down to the children (into a separate custom field), and then query on the two fields directly on your children. Obviously, this would complicate your setup a fair bit - but it should be possible.
Alternative, if you're open to solutions from the Atlassian Marketplace, there's a few more ways forward:
Just to expand on the second point, this is how this could look in the app that my team and I are working on, JXL for Jira. You'd simply
Once you have your issues, you can work on these issues directly in JXL, trigger various operations in Jira, or export your issues with just one click.
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.
Hi @Adam Taylor
I’m Maurício, a support engineer at Appfire and I’m here to help you.
Unfortunately, using JQL of Jira, you’ll not be able to do it dynamically.
In the app where my team works, JQL Search Extensions for Jira, you can use this query to find all Stories and Tasks whose Epics are owned by another Team:
issue in childrenOfEpicsInQuery("Teams = DEF")
Please contact our support if you have any other questions about this query.
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.
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.