Is it possible for the due date field and any date field to automatically populate with the current date?
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();
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.