Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Como automatizar para que o campo prioridade mude de acordo com o meu campo de sla?

Marcelo Cardoso May 22, 2023

Quero fazer controle de urgência de acordo com a data do sla. Como consigo automatizar para que mude a prioridade no momento em que a sla estiver faltando um dia para vencer?

1 answer

0 votes
Anthony Morais
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 14, 2023

Hi @Marcelo Cardoso 

Firstly, go to Filters --> Advanced Issue Search to find the SLA (See image below).

Find SLA.png

Once that's done, start with a "Scheduled" trigger and check the box "Run a JQL search and execute actions for each issue in the query"

Put the JQL: cf[10059] >= remaining(-24h)AND project = Lab
(override for your SLA and project)

JQL 24 HOURS.png

Then choose the Edit issue action and choose the priority field.


Priority.png


Here it would work, but if you wish, add after updating the priority field, send an email with the following data.

email.png


Subject: {{issue.key}} - is close to expiring (1 hour)

Content: 

Hello!

We inform you that the ticket {{issue.key}} is close to expiring the resolution SLA, please check urgently!

Ticket Link:
https://your jira instance.atlassian.net/{{issue.key}}

Summary
{{issue.summary}}


 

If it works for you, please mark the answer as accepted.

thanks!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events