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

Properties

Links?: SelfLink
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).

platformVersion?: string

Jira Platform version upon which Service Desk is based.

version?: string

Jira Service Management version.