...
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 values are case insensitive. The first 2 examples assumes there is a custom field named SLA Status. | ||||||||||||||
slaCatStatusONTIME() | Use function to search for all issues where the SLA Status is in category ONTIME
The first 2 examples assumes there is a custom field named SLA Status. | ||||||||||||||
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().
| ||||||||||||||
slaFRStatus() | Use the function to for a more convenient search for issues with specified SLA First Response Statuses.
The function values are 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 two examples assumes assume there is a custom field named SLA Name. | ||||||||||||||
slaIsPaused() | Use the function to search for paused issues. Must be used with the "SLA Paused" custom field. Since version 1.5.0:
Since version 2.3.5:
|