How to configure notifications for custom threshold before SLAs breach
You want email notifications for a certain threshold before the SLAs breaches:
手順
There is currently no functionality for this in Service Management. However, you can use Jira applications subscriptions to augment Service Management's SLAs to get this functionality:
- Configure your SLA, I used "Time to Resolution".
Configure a JQL filter in your Jira application per threshold you need notifications for. An example is:
"Time to resolution" <= remaining("15m") and "Time to resolution" != breached()
Set the time ("15m") in the JQL to which you want to be notified. The above JQL gives you issues that still have 15 minutes to be breached.
- Then configure a filter subscription, set the frequency to be the same as that which you used in your JQL filter. You can use "Advanced scheduling ('cron')" for more detailed intervals, refer to Receiving Search Results via Email for more detailed information.
There is a feature request for this functionality to be native to Service Management at: - JSD-2003Getting issue details... STATUS
You will need to do this process once per SLA.
Related articles