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 am a Structure newbie. I've gone through posts trying to figure this out but I am having a great deal of trouble pinpointing a solution.
In my JIRA project, I have created Initiatives. Each Initiative has either
Trying to figure out how to show via Structure the hierarchy similar to below and I am coming up short.
Initiative 1
---- Epic 1
----------Story 1
----------Story 2
---- Epic 2
----------Story 1
----------Story 2
Initiative 2
---- Epic 1
----------Story 1
----------Story 2
---- Story 1
---- Story 2
The closest I can get is just at the Epic -> Story level using JQL:
issueFunction in issuesInEpics("priority = Critical and (status = Open or status = 'In Progress')")
Any suggestions?
Hi Jeffrey,
This should be pretty simple.
1. Automation+>Insert>JQL query. The JQL should contain only initiatives
2. Then Automation+>Extend by>Linked issues - the link between Initiative and Epic
3. Automation+>Extend by>Stories under epics
Regards,
Egor Tasa
ALM Works
This appears to have worked! Thank you so much for the quick response and help!!
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.
@Jeffrey Kirkpatrick We have similar requirement. How do I go about creating the JQL's given by Igor Tasa?
1. Automation+>Insert>JQL query. The JQL should contain only initiatives
2. Then Automation+>Extend by>Linked issues - the link between Initiative and Epic
3. Automation+>Extend by>Stories under epics
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Also, I am trying to do this dynamically - so that I don't have to manually add in the ID like below
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.