The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Structure Formula: FixVersion of Child issues with earliest release date

Don Utley
Contributor
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

Comments for this post are closed

Community moderators have prevented the ability to post new comments.

Don Utley
Contributor
April 26, 2024

Figured it out:

 

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

Like Stepan Kholodov likes this
TAGS
AUG Leaders

Atlassian Community Events