Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to Filter out or hide the (unwanted) epic labels in Structure

AMIT GULATI
Contributor
September 26, 2024

We have a JIRA project in which 10 different teams create their features and provide a unique label to identify that team. Also, some teams add additional labels.

I want to show the groups only with unique team labels. E.g Unique Labels for teams are Team A, Team B, Team C etc

Some features might have additional labels such as ProgramP1, ProgramP2, ReleaseR1 etc

So, if use group by labels, my hierarchy looks like

 

Team A

- Epic1

Team B

- Epic2

Team C

- Epic3

....

ProgramP1

- Epic1

ProgramP2

- Epic2

ReleaseR1

- Epic3

 

 

How do I hide ProgramPI, ProgramP2, ReleaseR1 etc, so that only Teams are visible?

2 answers

Suggest an answer

Log in or Sign up to answer
0 votes
Stepan Kholodov _Tempo_
Community Champion
September 27, 2024

Hello @AMIT GULATI 

Instead of the Labels grouper, you can use the Attribute grouper based on the Formula option, and use this formula in it:

labels.FILTER(MATCH($, '*team*'))

The formula only returns Labels that have 'Team' in them, ignoring other values.

I hope this helps. If you have more questions about Structure, please reach out to us directly at our support portal.

Best regards,
Stepan
Tempo (the Structure app vendor)

AMIT GULATI
Contributor
September 27, 2024

@Stepan Kholodov _Tempo_ It worked. Thanks a lot

Like Stepan Kholodov _Tempo_ likes this
0 votes
Dave Mathijs
Community Champion
September 26, 2024

Hi @AMIT GULATI 

Can you provide the generators of the structure you've build?

How are your Insert and Extend generators configured?

How do you want your structure to be organized?

You'll need to decide on your top level: Do you want Teams or Programs to be on your top level?

TAGS
AUG Leaders

Atlassian Community Events