The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Automation help

Rahul
Contributor
September 27, 2023

I have enabled an automation, when a ticket is moved from triage to inprogress and priority is medium automatically due date is updated to some date(next 5 days from that date). It's working fine

But when ticket reopens and ticket again moves from triage to inprogress, again the automation is triggering and changing the du date.

How to avoid it?

Automation should run only once

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Kseniia Trushnikova
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 Champions.
September 28, 2023

Hi @Rahul,

Here's the solution that comes to my mind. Try to set a custom field in this rule that can be checked during the next rule executions. Look at this:

Example Rule.png

In this rule I've set the field Hidden text field (you can use any field created in your Jira, but it's better to use a hidden one so not to confuse users with its values) and also added a condition to check this field. This condition is required not to run the rule again if it's already been executed on an issue.