You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.