jira.js
    Preparing search index...

    Function getAccessibleProjectTypeByKey

    • Returns the project type with the given key, if it is accessible to the logged in user. This takes into account whether the user is licensed on the Application that defines the project type.

      Parameters

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

          The key of the project type

      • Optionaloptions: RequestOptions

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