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 am trying to automatically update the due date when someone updates the affects version in JIRA, I currently have an automation rule in place although the audit log says "successful" when I check the ticket the field is still not updated
When value changes for Due Date then Edit Issue Due Date {{issue.AffectsVersion.releaseDate.max}}
Hello @Maria Kalsoom
Welcome to the Atlassian community.
Please show us your complete Automation Rule, and also the details of the rule Audit Log for an execution of the rule.
Are you working in Jira Cloud or in Jira Server or Data Center?
Please see my automation rule screenshot attached. The audit log says success however, when I go in to the ticket the due date is null. I am working in Jira Server.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In the Audit Log you can expand an entry to show the details of the execution. What are those details?
The log entry will show Success as long as there was not a catastrophic error. It won't show an error if you have used an incorrect smart value to try to set a field.
Given that, I suggest that you add a Log action to print out to the Audit Log the smart value that you are trying to assign to your Due Date field to make sure you are getting a valid value from your smart value.
Based on the documentation here, I don't think AffectsVersion is a valid attribute for the issue object, unless that is a custom field that you added.
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.