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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have an automation designed to set the due date automatically based on FixVersion but I can't get it working for me.
The automation says:
When the Value changes for Fix Version
Edit issue fields Due date, {{issue.fixversion.releaseDate.format("d/MMM/yy")}}
The automation says that it is successful and the Associated items field value says it is changed.
But when I go to the issue, the due date field is empty
The date field I have (d/MMM/yy) is the date field in the system. Is it possible my Release date format and my due date format are different?
Any help gratefully accepted!
Try {{issue.fixVersions.releaseDate.format("yyyy-MM-dd")}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I tried using jiraDate.
Also says that the automation is successful, but there is nothing displayed in the DueDate Field.
Tried using a custom field "End Date"
Same result - the automation says that it is successful but the field has no date.
By the way, the Releases have release Dates populated
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Place a log component on the value you try to place on the End Date.
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.