How to find work items that have one or more failed/exceeded SLA when using Time to SLA for Jira DC
This article explains how to find the respective work items using the slaFunction in JQL functions.
Instructions
Use the following JQL function to search the work items:
slaFunction = isBreached()Comparing elapsedDuration() and isBreached()
The screenshot below shows the difference between these two functions.
Example 1: slaFunction <= elapsedDuration("365d")
Example 2: slaFunction = isBreached()
isBreached()can be used to find issues with one or more failed/exceeded SLAs.To learn more about available
slaFunctionoptions, see https://appfire.atlassian.net/wiki/spaces/TTS/pages/49775011.