How can I have multiple releases at an epic level and only the active release at a story level?

Rita Arellano
Contributor
January 14, 2025

Hi everyone, 

I would like to keep more than one fix version (release) at an epic level and only one fix version (release) at a story level. So, by default Jira can take more than one release on the fix version filed for the epic - and this works for us....

However, I would like to copy the fix version from the epic down to the story. The fix version I want to copy is the one that has the closes release date to today's date. Please see my logic below, its not working as it copies both releases from the epic to the story. 

This is my smart value for the variable I created, since the snipet below does not show the entire thing:  {{issue.fixVersions.filter(version => version.released == false && version.releaseDate > now()).sortBy('releaseDate').first.name}}




1.jpg2.jpg

 

 

0 answers

Suggest an answer

Log in or Sign up to answer