Expandable details of the service desk.

interface ServiceDeskDto {
    _links?: SelfLinkDto;
    id?: string;
    projectId?: string;
    projectKey?: string;
    projectName?: string;
}

Properties

_links?: SelfLinkDto

REST API URL to the service desk.

id?: string

ID of the service desk.

projectId?: string

ID of the peer project for the service desk.

projectKey?: string

Key of the peer project of the service desk.

projectName?: string

Name of the project and service desk.