Is it possible to create a structure that has only issues from active components, grouped by components ? I have archived and active components in a project, however in JQL I didn‘t find an obvious way to select components by their status.
Hello @APA ,
Welcome to the Community!
Unfortunately, it does not appear that the status property for components is something we can search by using Advanced Search.
I also had a quick look at some apps that offer JQL enhancements, but didn't find anything specific to component status. You may want to consider checking the Marketplace just to double check.
The workaround that I can think of would be to add a note for "archived" in the description of the archived components. We can reference the description using Formulas in Structure.
The idea would be you could add the issues from your project to the structure and then use Filter by Attribute, using a formula like this:
IF components.description != "archived":
components.name
and then Group by Component.
Please let me know if this helps!
Best,
David
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.