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.
We have a program with multiple workstreams working. Each workstream has it's own unique identifier (workstream code) in JIRA. The teams working on this program however are not workstream dedicated.
Looking to see how I can query to see the epics that are in the given sprint for a specific workstream code.
Example:
Workstream A:
Epic 1, Epic 2, Epic 3, Epic 4
Workstream B:
Epic 5, Epic 6, Epic 7, Epic 8
Other Project Workstream X:
Epic 9, Epic 10
I want to be able to see the below:
This shows that Team 1 is working on 2 Epics from Workstream A. and that Team 2 is working on one epic from each workstream
Team 1 Sprint:
Epic 2, Epic 4, Epic 10
Team 2 Sprint:
Epic 8, Epic 1, Epic 5, Epic 9
You cannot really do it with Jira vanilla.
You can do it with app such as Scriptrunner.
issueFunction in epicsof("sprint = 'Sprint X' and stream = 'XXXXXX'")
You can also just run the JQL on Sprint and Stream then display the Epic Link field or find a good gadget to visualize the results.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.