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
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)
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_ !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.