interface SoftwareInfoDto {
    _links?: SelfLinkDto;
    buildChangeSet?: string;
    buildDate?: DateDto;
    isLicensedForUse?: boolean;
    platformVersion?: string;
    version?: string;
}

Properties

_links?: SelfLinkDto

REST API URL of the instance.

buildChangeSet?: string

Reference of the change set included in the build.

buildDate?: DateDto

Date of the current build.

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.