I need create a rule where if the priority change to 'Highest' I will receive an email with the information. Is that possible ?
Yes.
Hi @reis
You can use for that automatons. Great example (I think it is almost what you need) you can find here - https://www.atlassian.com/software/jira/automation-template-library/rules#/rule/112184
Regards,
Seba
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @reis
Yes, this is possible - the rule might look like this:
Hi User,
<a href="{{url}}">{{issue.key}}</a> has moved to the highest priority.
Thanks,
Automation
---
I've used smart values here to dynamically refer to the key, and it's hyperlink.
You can add other smart values to dynamically show other issue information - see more on smart values on this help page.
Ste
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.