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

Set Due Date for 30 days pass Created Date

Mike Loving June 19, 2024

I would like to automatically set the due date of an issue on creation and set it for 30 days pass the created date.

For example: Issue ticket has a created date of 1/1/2024, due date should auto populate with 1/30/2024 when created date was triggered.

3 answers

1 accepted

4 votes
Answer accepted
Jovin
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.
June 19, 2024

Hey @Mike Loving

This should be simple enough, meanwhile I don't have Data Center/Server the concept should be similar.

  1. Create an Automation rule where the trigger is "Issue Created"
  2. Add an action for "Edit Issue" and set the field as "Due Date"
  3. In the value to set for the field put {{now.plusDays(30)}}
  4. Test, and done!
Mike Loving June 19, 2024

Jovin, this worked. Much appreciate the fast response.

Like Jovin likes this
0 votes
Ezgi Bayındır
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.
June 19, 2024

Hey @Mike Loving !

Welcome to the community. You need to use smart value to calculate your due date.

image (27).png

{{issue.createdDate.plusDays(30}}

Also check this link for smart values Automation smart values - date and time | Cloud automation Cloud | Atlassian Support
Check this link for similar question Solved: Format for start date + business days for due date... (atlassian.com)

0 votes
Nicolas Grossi
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.
June 19, 2024

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events