jira.js
    Preparing search index...

    Function getStatusCategory

    • Returns a full representation of the StatusCategory having the given id or key

      Parameters

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

          A numeric StatusCategory id or a status category key

      • Optionaloptions: RequestOptions

      Returns Promise<
          {
              colorName?: string;
              id?: number;
              key?: string;
              name?: string;
              self?: string;
              [key: string]: unknown;
          },
      >