I am attempting to create an automation that will automatically populate the 'due date' and the Planned End Date with the Sprint End Date for that issue when the Sprint is added or changed. I have tried all of the formulas below and I either get nothing, I get the date of the last sprint created but if I chose any other sprint I get "Jan 01, 2024" or one of the errors below:
Trigger:
When value changes for the Sprint field -->
Due Date
{{Issue.Sprint.endDate.format("yyyy-MM-dd")}}
{{Issue.Sprint.endDate}}
Planned End Date:
{{Issue.Sprint.endDate.format("yyyy-MM-dd")}}
{{Issue.Sprint.endDate}}
Error messages:
I am not abele to see what formats are in the custom. How can I see those? Are they at the system level admin for my organization? What can I do?
Thank you @Kalyan Sattaluri ! That worked for the Start and Due Date field! There were more than one Sprint in one of the issues I tested.
It did not work for the "Planned start date" & "Planned End date" fields The audit log says it was successful however nothing was populated in those fields.
Hmm, can you share your rule screenshot, especially the step where you are updating the fields..