You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello,
I am trying to create a Structure view that shows Epics within a Project with a specific label X and only the issues (user, stories, bugs, etc.) with also the label X. The problem is that the view is showing all issues in the Epic, even the ones without the label X.
project = Y and issuetype = Epic AND labels = X
I extended stories under epics in automation and want only the stories/issues with the label X and they show all. Is there a work-around for this?
Thanks,
Christine
Hello Christine,
As Leonard already mentioned, it is possible to create a Filter transformation to show only issues of Epics with a certain label, but you can also use a Filter generator(of Automation) for this. Generators and transformations are very similar and can be used for the same purposes, but there is a difference between them: transformations only are applied to the structure locally, i.e. if you enable a transformation in a structure, it is only transformed in your browser window and other users can't see it, and generators change the structure in its core for everybody.
I hope this helps. Please feel free to contact us via support.almworks.com if you have more questions, we'll be glad to assist you.
Best regards,
Stepan Kholodov
ALM Works
Thanks. I completely overlooked the Filter Generator in Automation. Works perfectly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Christine
You are right, if you extend your epics with stories using automation, all stories will be displayed (even those without labels).
You will therefore need to additionally create a quickfilter for all structure levels that filters on the specific label. Leave the filter permanently activated and you will have your desired result.
Cheers
Leonard
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.