Jira.js - Jira Cloud API library
Preparing search index...
ServiceDeskModels
SlaInformationCompletedCycle
Interface SlaInformationCompletedCycle
interface
SlaInformationCompletedCycle
{
breached
?:
boolean
;
breachTime
?:
Date
;
elapsedTime
?:
Duration
;
goalDuration
?:
Duration
;
remainingTime
?:
Duration
;
startTime
?:
Date
;
stopTime
?:
Date
;
}
Index
Properties
breached?
breach
Time?
elapsed
Time?
goal
Duration?
remaining
Time?
start
Time?
stop
Time?
Properties
Optional
breached
breached
?:
boolean
Indicates if the SLA (duration) was exceeded (true) or not (false).
Optional
breach
Time
breachTime
?:
Date
Optional
elapsed
Time
elapsedTime
?:
Duration
Optional
goal
Duration
goalDuration
?:
Duration
Optional
remaining
Time
remainingTime
?:
Duration
Optional
start
Time
startTime
?:
Date
Optional
stop
Time
stopTime
?:
Date
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
breached
breach
Time
elapsed
Time
goal
Duration
remaining
Time
start
Time
stop
Time
Jira.js - Jira Cloud API library
Loading...
Indicates if the SLA (duration) was exceeded (true) or not (false).