Hola, quiero realizar una automatización que se me envien por correo todas las incidencias donde su SLA se venza durante el día de hoy.
Y que salga a las 9:00 y 13;00 horas
HI,
This is how I setup my automation:
1. Add trigger: Search for 'SLA threshold breached'.
2. Choose your option between 'will breach in the next' and 'breached by more than'
3. Then add an action 'send email'
You can also create a filter. I am using the following filter
project IN (Projectname)
AND "Time to Resolution" < remaining("xamountoftime")
AND "Time to Resolution" != breached()
AND resolution != Done
I hope it helps.
Thanks
Kash
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.