Hello everyone.
I was wondering if it is possible to somehow trigger an automation rule every time an SLA gets paused using some workaround because out of the box there is no such trigger.
Could maybe the "scheduled" trigger be used to do this? Set it to trigger every minute and try to find all tickets where an SLA is paused, would that possibly work?
Thank you!
Hi @Danilo Simic ,
It depends on what you want to do in the automation rule.
Like you suggested, you could find tickets that have their SLA paused by JQL command.
"Time to resolution" = paused()
If you use this in a scheduled automation rule, you could perform an action on these issues.
Best regards,
Kris
Since there is no Trigger associated for SLA Pause event, the best way would be use Atlassian Forge Platform to develop a custom scheduler to achieve your use-case since there are many possible scenarios which might cause SLAs to pause.
Cheers
Ajay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Ajay _view26_ thank you for the suggestion.
I would like to avoid using Atlassian Forge, I do not want to put too much effort into this at the moment.
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.