Is it possible to create an automatic rule that add label when priority change?

Pedro Iván Márquez Peña March 11, 2025

Hello, good day!

I'm trying to create an automatic rule in jira data center that add a label when the priority changes from low or medium to high or highest.

I know that I can start the automation rule with:

image.png

and

image.png

but I don't know how to validate the new priority in order to apply the rule or not. 

 

Example:

Jira-1 / Priority- Low / Label- None

Update to:

Jira-1 / Priority- High

The rule will add the Label "Escalated" 

 

Thanks in advance!

Best Regards.

 

1 answer

1 accepted

Suggest an answer

Log in or Sign up to answer
1 vote
Answer accepted
Marco Brundel
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.
March 12, 2025

Hi @Pedro Iván Márquez Peña ,

Maybe you can use the following JQL as a condition:

priority was "Low" and priority = High

 

regards, Marco

Pedro Iván Márquez Peña March 12, 2025

Thanks Marco! it works 

TAGS
AUG Leaders

Atlassian Community Events