Hello everyone,
Happy 2026!
I have created an automation that runs everyday at 8am. This automation use this JQL to update the list of tickets:
status = "Aguardando Validação" AND updated <= -30d
This is, the rule validate all tickets that change to "Aguardando Validação" status over 30 days. If it is true, the status must be changed to "Aprovada Usuário".
And the rule is set like that:
In the log file I've got this:
This means that no transition were made.
Note: I have similar rule running in another project with positive results.
Could you please help me on this issue?
Hello,
Without seeing the associated workflow for these work items, there can be different reasons:
Can you start by checking the above?
Hi Jeroen,
1- yes, there is a transition to move to the B status.
2- The status "Aguardando Validação" is waiting for Aprove (the validation = Validação), because of this I created another transition to make it possible to execute the transition.
The red circled transition was created to make this transition and avoid blocker due to Aprove/Reprove.
3- The actor is the Automation for Jira, I'll double check this point.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jader,
2 - Did you check whether there is a condition/validator on the "Aprova por timeout" transition?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Disable the checkbox "Executa uma ....."
As you JQL finds issues not updated in 30 days in a certain status.
If that checkbox is enabled only issues updated since the last run of the rule will be executed on, and this is not the case based on your used JQL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Marc,
If you look at the logging screenshot the work items get selected, but the transition does not get executed.
But in any case, you are right about the checkbox. In this case it indeed should not be checked.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Marc and Jeroen,
thank you for your replies.
The point is if I disable the checkbox I will not be able to inform the JQL condition to which the tickets must be filtered (the current status and the how long it is is this status, in our case, more than 30 days).
As I mention in my question, similar automation is running OK in another project.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Correct, we meant the other one "Incluir apenas tickets ..."
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.