Hello everyone,
I'm currently working on setting up automations in Jira, and I'm facing a challenge that I hope someone can assist me with. I want to create an automation rule where the due date of an issue is automatically updated to the current date whenever it's changed. What I'm hoping to achieve is to push the due date whenever someone doesn't update their tickets to either 'Done" or "On track"
Here's what I've tried so far:
duedate = endOfDay() AND duedate changed to now()
Could someone guide how to properly set up this automation rule? Specifically:
Any help or insights would be greatly appreciated. Thank you in advance!
Hi Andres,
I think I would create the rule based on the Field Value Changed trigger and use the Due Date field.
Then add a Condition to check if the Due Date > startOfDay() and Due Date < endOfDay()
To set the Due Date to the current date, just use now()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.