Jira.js - Jira Cloud API library
    Preparing search index...

    Interface SlaInformationOngoingCycle

    interface SlaInformationOngoingCycle {
        breached?: boolean;
        breachTime?: Date;
        elapsedTime?: Duration;
        goalDuration?: Duration;
        paused?: boolean;
        remainingTime?: Duration;
        startTime?: Date;
        withinCalendarHours?: boolean;
    }
    Index

    Properties

    breached?: boolean

    Indicates whether the SLA has been breached (true) or not (false).

    breachTime?: Date
    elapsedTime?: Duration
    goalDuration?: Duration
    paused?: boolean

    Indicates whether the SLA is paused (true) or not (false).

    remainingTime?: Duration
    startTime?: Date
    withinCalendarHours?: boolean

    Indicates whether the SLA it timed during calendared working hours only (true) or not (false).