Use case
Never miss a thing from a high priority issue by receiving email notifications to remind you of your high priority issues that might have slipped out of your mind.
The email will be sent once a week for all high priority issues that aren't resolved yet.
⚒️ Configuration
Scheduled event
Create a new rule and name it appropriately.
Providing a description will help you to identify what the rule does but this step is optional.
Add a Trigger → Scheduled
Schedule
Choose Days per Week
Interval
Choose once per day at 1:00 am and check Monday
JQL selector
Add the following expression:
priority = High and resolution is empty
Send email action
Next to the JQL selector click on Add → Action → Send email
From
Select the user that the email will be sent from.
To
Select the recipients.
Message
First, enter a subject for your email
%{trigger.issue.key} = "is of high priority"
Then a body
Please take care of this issue first.
Cheers,
Admin
Enable the rule by clicking on the Enable button
📤 Import the example
Import the JSON file below to get started in no time.