The add-on is shipped with several jql functions.
Function | Use | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
slaToSeconds() | Converts time strings to seconds.
The 3 first examples assumes there is a custom field named SLA Time. | |||||||||||
slaStatus() | Use the function to for a more convenient search for issues with specified SLA Statuses.
The function is case insensitive. The first 2 examples assumes there is a custom field named SLA Status. | |||||||||||
slaStatusOverdueslaCatStatusONTIME() | Use function to search for all issues where the SLA Status is greater or equal to 100%in category ONTIME
| |||||||||||
slaCatStatusLATE() | Use function to search for all issues where the SLA Status is in category LATE See slaCatStatusONTIME(). | |||||||||||
slaCatStatusOVERDUE() | Use function to search for all issues where the SLA Status is in category OVERDUE See slaCatStatusONTIME().
| slaStatusOverdue
| less than 100%
| |||||||||
slaFRStatus() | Use the function to for a more convenient search for issues with specified SLA First Response Statuses.
The function is case insensitive. The first 2 examples assumes there is a custom field named SLA First Response Status. | |||||||||||
slaName() | Use the function to search for issues with specified SLA names.
The function is case insensitive. The first 2 examples assumes there is a custom field named SLA Name.
|