jira.js
    Preparing search index...

    Function getIssueType

    • Returns a full representation of the issue type that has the given id.

      Parameters

      • client: Client
      • parameters: { id: string }
        • id: string

          The issue type id.

      • Optionaloptions: RequestOptions

      Returns Promise<
          {
              avatarId?: number;
              description?: string;
              iconUrl?: string;
              id?: string;
              name?: string;
              self?: string;
              subtask?: boolean;
              [key: string]: unknown;
          },
      >