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

0 votes
Answer accepted
Kseniia Trushnikova
Community Champion
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.

Suggest an answer

Log in or Sign up to answer