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