Can I add a release date to the fix version row in a structure?

Andrew N
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 25, 2024

I have structure I created that is grouped by the Fix Version. I'd like to add a column that displays the Fix Version Release date for the group, but my formula will only show the release date for the epic level underneath. I'm attaching a photo as an example

StructureReleaseDate.png

 

1 answer

1 accepted

0 votes
Answer accepted
Stepan Kholodov _Tempo_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 26, 2024

Hello @Andrew N 

the easiest way to show the Release dates of versions next to their groups is to enable the 'Show Sprint and Version attributes' option in the Summary column's configuration.

You can also use the Formula column and show the release date there with this formula:

if !issuetype: max{fixversion.filter($.name = parent{summary}).releasedate}

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) 

Andrew N
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 26, 2024

This is exactly what I need. I like the "Show Sprint and Version Attributes" option but it adds more to the structure than what I really need. The formula works amazing! Thank you @Stepan Kholodov _Tempo_ !

Like Stepan Kholodov _Tempo_ likes this

Suggest an answer

Log in or Sign up to answer