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 does not comment when using not status change after -2d

Reb Bravo
January 28, 2024

Hi I am creating an automation to auto comment when a status is not changed within x days. Example 3 strike rule, when a ticket is in waiting for customer for 7 days it would comment 1st strike and 14 days for 2nd strike and 21 for 3rd strike. I am having an issue regarding my automation. When I test it using "Minutes" everything is working as expected by using these automation

ss.png

project = "PSS" AND status = "In Progress" AND (labels is EMPTY OR NOT (labels = "reset_3strike" OR labels = "hold_3strike")) AND not status changed after -5m

But when I changed the -5m to days -2d the automation was not working and no comments were added to the ticket. 

Please help me how can I make this work.

Thank you in advance!

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Aswin Raj D
Community Champion
January 28, 2024

Dear @Reb Bravo ,

Could you please try like below and let me know if its works.

project = "PSS" AND status = "In Progress" AND (labels is EMPTY OR labels NOT IN ("reset_3strike", "hold_3strike")) AND not status changed after -2d

Reb Bravo
January 29, 2024

Already tried this and the automation did not work no comment was received even though the JQL is showing some results when being validated. Any idea why?

DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events