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

    Interface SlaInformation

    interface SlaInformation {
        completedCycles?: SlaInformationCompletedCycle[];
        id?: string;
        Links?: SelfLink;
        name?: string;
        ongoingCycle?: SlaInformationOngoingCycle;
        slaDisplayFormat?: string;
    }
    Index

    Properties

    completedCycles?: SlaInformationCompletedCycle[]

    List of completed cycles for the SLA.

    id?: string

    ID of the Service Level Agreement (SLA).

    Links?: SelfLink
    name?: string

    Description of the SLA.

    slaDisplayFormat?: string

    Format in which SLA is to be displayed in the UI