Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Automation: Automatically copy End of Sprint Date to Due date & planned End Date.

KAIA STRICKLAND May 14, 2024

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:

Error editing issues
DIST-8830 (Check the format of Planned start (customfield_10135), Check the format of Planned end (customfield_10136))
or 
DIST-8830 (The duedate must be of the format "yyyy-MM-dd" (duedate), Check the format of Planned start (customfield_10135), Check the format of Planned end (customfield_10136))

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? 

2 comments

Kalyan Sattaluri
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 14, 2024

Hello @KAIA STRICKLAND 

Have you logged {{issue.sprint.endDate}} date to see if this issue has 1 sprint end date or multiple?

Cause if this issue was part of multiple sprints, this smart value is a list which you are trying to assign to a date field. So instead you may need to use {{issue.sprint.endDate.max}}

Can you please log these values before updating your fields and share your rule / audit log?

 

 

KAIA STRICKLAND May 14, 2024

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. Audit log.PNG

Kalyan Sattaluri
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 14, 2024

Hmm, can you share your rule screenshot, especially the step where you are updating the fields..

KAIA STRICKLAND May 14, 2024

AbsolutelyRules.PNG

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events