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

    Interface SoftwareInfo

    interface SoftwareInfo {
        buildChangeSet?: string;
        buildDate?: Date;
        isLicensedForUse?: boolean;
        Links?: SelfLink;
        platformVersion?: string;
        version?: string;
    }
    Index

    Properties

    buildChangeSet?: string

    Reference of the change set included in the build.

    buildDate?: Date
    isLicensedForUse?: boolean

    Indicates whether the instance is licensed (true) or not (false).

    Links?: SelfLink
    platformVersion?: string

    Jira Platform version upon which Service Desk is based.

    version?: string

    Jira Service Management version.