Forums

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

Conditional display of child based on parent field in Jira Structure

Avivit Cohen
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 9, 2025

Hi,

I would like to display under same folder in structure the child's based on a value of the parent.

 

For example:

Parent1 - field1 value A

- Child1.1

- Child1.2

 

Parent 2 - field1 value B

- Child2.1 - field2 value C

- Child2.2 - field2 value D

 

if field1 value of the Parent is A - I would like to see all child's

if field1 value of the Parent is B - I would like to see only child's of field2 value C

 

meaning, eventually would like to see:

Parent1

- Child 1.1

- Child 1.2

Parent2

- Child 2.1

 

Thanks

1 answer

Suggest an answer

Log in or Sign up to answer
1 vote
Stepan Kholodov _Tempo_
Community Champion
January 9, 2025

Hello @Avivit Cohen 

You can achieve this with the recently implemented the Filter by Formula generator and using a formula like this:

if parent{field1} = "value a": 1 else
if parent{field1} = "value b" and field2 = "value c": 1

The filter should configured to Filter on level 2.

I hope this helps. If you need further assistance 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)
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events