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.
At the American Academy of Family Physicians, siloed marketing teams faced delays and duplicate work. Kerrie Gottschalk shook things up by moving the department to Jira, streamlining processes, boosting visibility, and sparking stronger collaboration.
Read the story
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.