EPIC label won't appear on Backlog once Component is added to the board filter

Thomas Bithell December 21, 2017

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?

 

3 answers

1 vote
somethingblue
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 21, 2017

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:

  1. Vote on the issue to add impact and be notified when the ticket is updated
  2. Follow the suggested workaround:

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

Thomas Bithell December 21, 2017

Thank you for the information. Will try that out.

0 votes
Jack Brickey
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
December 22, 2017

Interesting issue. I wonder if using a quick filter base on components would work and meet needs?

0 votes
Ignacio Pulgar
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 21, 2017

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
Thomas Bithell December 22, 2017

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. 

Suggest an answer

Log in or Sign up to answer