How to configure notifications for custom threshold before SLAs breach
プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。
Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Fisheye および Crucible は除く
要約
You want email notifications for a certain threshold before the SLAs breach.
手順
There is currently no functionality for this in Service Management. However, you can use Jira application 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 the 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, and 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-2003 - Getting issue details... STATUS
You will need to do this process once per SLA.