Forums

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

Creating structure with only active components of a project

APA
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 19, 2023

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.

1 answer

1 vote
David Niro
Atlassian Partner
January 19, 2023

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

Suggest an answer

Log in or Sign up to answer