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

    Interface ServiceDesk

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

    Properties

    id?: string

    ID of the service desk.

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