Forums

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

jira-structure: compare parent child dates Only where there are children present

Nodas Anastasiou
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!
September 3, 2025

Hi everyone,

I am able to compare the parent child dates and turn a traffic light red or green accordingly. However, in some cases the Parent Initiative does not have any Epic Children in it and then the Traffic light is Red. 

This is what I am using MAX#children{TargetEnd} and I would like to use something like this as an IF Statement 
if children>1: MAX#children{TargetEnd}

1 answer

0 votes
Stepan Kholodov _Tempo_
Community Champion
September 4, 2025

Hello @Nodas Anastasiou 

If you want to exclude parent issues without any children underneath them, you can do it by adding a condition like this: if count#children{issuetype}>0: MAX#children{TargetEnd}

I hope this helps. If you have more questions about Structure, please reach out to us directly at our support portal.

Best regards,
Stepan
Tempo (the Structure app vendor)

Suggest an answer

Log in or Sign up to answer