Automation - Change status

Rodrigo Santana August 14, 2017

Dear all,

 

I created this Automation in my ORG.

 
JQL expressionproject = "Gestão Azul" AND status = Resolvido AND updated >= 120h
 
CRON schedule 0 53 11 ? * *JIRA.PNG
 
The automation, marked wit yellow,  did not work correctly.

when there isnt update in 5 days the status is changed.
 
Thanks a lot.

1 answer

0 votes
Walter Buggenhout
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 14, 2017

Your statement refers to the future. It should be >= -120h

Rodrigo Santana August 14, 2017

Walter, Thanks.
I made this change and I will check tomorrow.
Regarding the CRON, it was scheduled to be applied in 11:53 PM?
Thanks a lot.

Walter Buggenhout
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 14, 2017

Hi @Rodrigo Santana,

No, it would fire at 11 AM, not PM. You should write 23 instead of 11 if you want it to fire in the evening.

See e.g. this cron tutorial (with examples).

Suggest an answer

Log in or Sign up to answer