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?
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)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
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.