We want to segregate a Scrum Board's Backlog by a Component. Initially the Epic labels were there. Once we add Component to the JQL the Epic labels disappear.
JQL with Component:
"project = "Code Force One" AND component = "Seal Team" ORDER BY Rank ASC"
JQL without Comment (and Epic labels show):
"project = "Code Force One" ORDER BY Rank ASC"
I have tried several variations of JQL to include the Component but no luck. The Epic label will not show if Component is in the JQL.
It's a horrible design. WTH?
Hi Thomas,
This behavior is reported in JSWSERVER-16178. Please take a look at the bug ticket and if you agree that is the same issue:
Explicitly add the epics to the board filter: project = TP AND ("Epic Link" in (TP-24,TP-25) OR issue in (TP-24,TP-25)) ORDER BY rank ASC
Hopefully this helps.
Cheers,
Branden
Thank you for the information. Will try that out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Interesting issue. I wonder if using a quick filter base on components would work and meet needs?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Maybe the epics do not belong to any components and that's why they are being filtered out with that filter board.
Try changing the board's filter to:
project = "Code Force One" AND (component = "Seal Team" OR type = Epic) ORDER BY Rank ASC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The Epic issues all belong to the Component, and the issues expected all show up. They just don't show the Epic label when viewing the Backlog.
I tried the JQL you suggest and it does work and displays the Epic labels in the Backlog. The only problem is it excludes issues not yet assigned to an Epic.
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.