jira.js
    Preparing search index...

    Function getAllProjectTypes

    • Returns all project types, whether or not the instance has a valid license for each type.

      This operation can be accessed anonymously.

      Permissions required: None.

      Parameters

      Returns Promise<
          {
              color?: string;
              descriptionI18nKey?: string;
              formattedKey?: string;
              icon?: string;
              key?: string;
              [key: string]: unknown;
          }[],
      >