Hello!
We are preparing an automation for a project. We want all issues that have been in the "Waiting for Customer" status for more than 7 days to transition to the "Canceled" status.
For this we have created this automation scheduled every day at 10:30 but it is not transitioning the issues that are more than 7 days old.
Does anyone know if the JQL code is wrong and how to correct it?
Thanks!
Hi Javier,
Did you click on the Validate Query link to make sure that it is returning issues that you think should be transitioned?
If so and that looks correct, then is the rule running and not finding anything? Or are you getting an error? What does the Audit log say?
When checking the Validate Query link the issues that appeared were not correct. There were issues in other Statuses like "Resolved", "Canceled", "To do", etc.
I changed the code to this one and the Validate Query link seems correct now (changes in bold). Does this make sense now?:
status = "Waiting for customer" AND status changed to "Waiting for customer" before -7d
Thank you so much @John Funk
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.