How to find work items that have one or more failed/exceeded SLA when using Time to SLA for Jira DC

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

  1. 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")

image-20241118-021836.png

Example 2: slaFunction = isBreached()

image-20241118-022126.png