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.
I'm trying to create a board, which shows Epics of this board along with all tasks under the Epic, even if the tasks might be in other projects.
I've tried something like:
project = ABC OR parentEpic[project] = ABC
But I think I cannot find the correct syntax.
I couldn't find a solution anywhere - is this even possible?
unfortunately, this is a tricky one; as a "hierarchical query", it would really require some kind of "join" or "subquery", which isn't available in "plain" JQL. To the best of my knowledge, you'll need extra tooling for this.
A few directions forward:
Hope this helps,
Best,
Hannes
Just to expand on the last point, this is how this would look in the app that my team and I are working on, JXL for Jira. Put simply, you'd pull in your relevant epics, as well as any potential issues from the other project, enable the default hierarchy (that's just one click), and hide any issues that are outside of your hierarchy (that's another 2 clicks):
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.
Of course, this view isn't the board - but depending on your use case, you may be able to get your work done here, too.
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.
Thanks! The Automation will not work, because I need the child-tasks to be on different projects. I will start by checking out the JQL extension plugins.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The Automation will not work, because I need the child-tasks to be on different projects.
That shouldn't be a blocker though, or am I missing something? I'd imagine a field "Parent epic project" on the children, into which an automation rule would write the epic's current project. So a story itself could be in "PROJ A", and it's "Parent epic project" field could say "PROJ B".
... but of course, this is far from an elegant solution. I also tend to believe that a Marketplace app is the way to go for you.
Best,
- H
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, I got it to work perfectly with the JQL Search Extensions addon.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As i tried with Structure Addon it is showing tasks under epics.i Hope this will help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As an alternative, you can try out our add-on.
The app will show your hierarchy based on Issue Links across different projects and also let your filter on the child issue using 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.
I think the you can use this plugin
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.