Automation will trigger after a ticket has remained in the 'Waiting for Support' status for over one hour.
If ticket = incident
status = waiting for support
waiting for support > 1 hour
Then send an internal message to assignee
Can you test this?
project = projectkeyhere and issuetype = Incident and not status changed after 1h order by status
this will show all tickets in any status that haven't changed in 1h.
This part "status = waiting for support" -> Im not able to use this in the JQL. i get the same information always. When using the status, it filters by the status and doesn't check the "not changed after 1h".
I'll continue checking!
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.