-
Suggestion
-
Resolution: Unresolved
-
None
-
23
-
16
-
Problem Definition:
At the moment, there is no notification that can be configured that could remind those that are selected to be an Approver of a request. If an approver forgets to approve a request then the system doesn't prompt/ remind them about it. In addition, Automation does not have a selection to send an email or alert the approver.
Suggested Solution:
For Jira Service Management to have a feature to remind the approvers if they did not act in a given timeframe. It could be a standalone feature or supported through the use of automation.
- relates to
-
JSDSERVER-4309 Allow automation rule action 'Send email' to send emails to other email addresses
- Gathering Interest
- was cloned as
-
JSDCLOUD-8369 Approval Reminder Notification
- Gathering Interest
- links to
- mentioned in
-
Page Failed to load
Form Name |
---|
A better jql is 'approvals = pending'. That way if you end up with different workflows or branches in your workflow with additional approval statuses it will catch those. We have 3 approval branches on one workflow and it catches them all.
We also use the JEP enhancer plugin. This allows us to make a time in status field configured to update once a day. The automation rule runs every 15 mins and uses field change as it's trigger. Meaning only the issues that have moved from say 1 day to 2 or 2 days to 3 get another notification sent so people aren't getting multiple notifications a day. Created isn't the best trigger as sometimes things sit for ages in a backlog before being sent for approval.