I want to create alerts for certain users to receive notification for tickets that has been created with a highest priority.
Heya @Evalaji Jones
So if you want to receive notifications via email, then jira automation is your friend! I'd suggest creating a automation rule that uses the following configuration:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For custom Notifications, I'd recommend using Automation.
This would allow you to send Notifications based on specific scenarios like a Priority of "Highest" to specific users.
---
To access Automation at a Project Level, you'll need to be a Project Admin and then...
Note: Rules can also be Global/Multi-Project, but you need to be a Jira Admin to create them - to get to that location:
---
For example, the rule might be...
---
A few notes on this rule:
<a href="{{url}}">{{triggerissue.key}}</a> was just created.
It has a priority of {{issue.priority}}
---
Let us know what you think!
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.