Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Due date field to automatically populate

Michelle Greenfield September 12, 2019

Is it possible for the due date field and any date field to automatically populate with the current date?

1 answer

1 accepted

1 vote
Answer accepted
Alexey Matveev
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.
September 13, 2019

Hello,

You would need an app for it like Power Scripts, ScriptRunner, Automation for Jira and so on.

If you want to use the Power Scripts app, then you could add a post function to the required transition with a code like this:

dueDate = currentDate();
#{you custom date field} = currentDate();

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events