Hi, I have a JIRA structure with following hierarchy.
Team Name
- PI (Program Increment) Name
- Features
E.g.
Team 1 Name
- Unassigned
- Feature 1
- Feature 2
- PI 25.1
- Feature 3
- PI 25.2
- Feature 4
Team 2 Name
- Unassigned
- Feature 5
- Feature 6
- PI 25.1
- Feature 7
- PI 25.2
- Feature 8
I want to get rid of Unassigned (and its children) from the view and only want to see features aligned with PIs. I created a transformation with JQL (PI != Unassigned). It does get rid of Unassigned rows but it grays out the team name and PI row.
Is there a way to avoid that graying out?
Hello @AMIT GULATI
You can create a Filter generator to remove all Features without PIs with this JQL query: pi is not empty where pi is the name of the PI field as it exists in Jira. Once there are no longer unassigned features, the 'Unassigned/ group should disappear from the structure as well.
I hope this helps. If you need further assistance here or if you have other questions about Structure, please reach out to us directly at our support portal.
Best regards,
Stepan
Tempo (the Structure app vendor)
Hi Stepan,
This is exactly what I did before posting here but it shows the Team Name rows grayed out.
Br
Amit
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.