Missed Team ’24? Catch up on announcements here.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Structure Formula: FixVersion of Child issues with earliest release date

Don Utley April 26, 2024

I'm trying to return the FixVersion of child issues with the earliest release date on a parent issue in structure. I've searched around and came up with the below:

ARRAY#children{fixversion.FILTER($.releasedate = MIN#children{fixversion.releasedate})}

It seems like the "ARRAY" function isn't working because when I try 

ARRAY#children{fixversion.name}

nothing is returned.  I'm able to return the earliest release date from the child issues with this: 

MIN#children{fixversion.releasedate}

1 comment

Comment

Log in or Sign up to comment
Don Utley April 26, 2024

Figured it out:

 

values#children{fixversion}.filter($.releasedate = MIN#children{fixversion.releasedate})

Like Stepan Kholodov _Tempo_ likes this
TAGS
AUG Leaders

Atlassian Community Events