You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.