jira.js
    Preparing search index...

    Function getServiceDeskById

    • This method returns a service desk. Use this method to get service desk details whenever your application component is passed a service desk ID but needs to display other service desk details.

      Permissions required: Permission to access the Service Desk. For example, being the Service Desk's Administrator or one of its Agents or Users.

      Parameters

      Returns Promise<
          {
              _links?: { self?: string; [key: string]: unknown };
              id?: string;
              projectId?: string;
              projectKey?: string;
              projectName?: string;
              projectTypeKey?: string;
              [key: string]: unknown;
          },
      >