Hello,
I have created an automation rule in the project. I have written a rule that will check a status every 5 minutes and automatically assign it to the status before reaching the last status. The rule works but when I look at the history step, it duplicates the relevant transition.
I change the status of the request to a different status but the 5-minute check works again and automatically assigns it to the status in the rule again. Why does the rule work repeatedly?
My automation rule process is as follows
Please inform me.
Best regards.
Hi Serkan,
I would update your trigger JQL to include the condition for check the value of the field there and get rid of the additional Condition action.
Then I would also add JQL to the trigger for something like AND status != "On Analiz Bekleniyor"
As a side note, you might have a looping transition on that status that you are doing something with. If you don't check that the issue is not already in that status it will keep firing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.