jira.js
    Preparing search index...

    Function getAllProjectTypes

    • Returns all the project types defined on the Jira instance, not taking into account whether the license to use those project types is valid or not. In case of anonymous checks if they can access at least one project.

      Parameters

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