interface ServiceDesk {
    Links?: SelfLink;
    id?: string;
    projectId?: string;
    projectKey?: string;
    projectName?: string;
}

Properties

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