jira.js
    Preparing search index...

    Function getProjectCategoryById

    • Returns a full representation of the project category that has the given id.

      Parameters

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

          A project category id

      • Optionaloptions: RequestOptions

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