The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
In JIRA Roadmap view I am looking to auto populate target end date in the roadmap view from the latest release date i.e. stories within the epic may have multiple releases and I want to take the release tagged the furthest date away to the Target End date for the epic. Is this at all possible?
I have tried to explore the option via scheduling but target end date isn't showing fields related to fix version or release date.
Or is there some way in doing this using the automation tool?
Hi @Penelope -- Welcome to the Atlassian Community!
Yes, you can do that with automation if you are using Jira Cloud. For example...
{{#lookupIssues}}{{fixVersions.releaseDate.jiraDate}}{{^last}},{{/}}{{/}}
{{varReleaseDates.split(",").toDate.max}}
If you are using Jira Server/Data Center, it does not have Create Variable so you would need to probably do something with the REST API and response parsing to do this.
Best regards,
Bill
Hello everyone! We are very excited to announce some much needed changes to the issue create experience in JSM (the blue "create" button) at the top of the screen. We have just starte...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.