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:
and
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.