jira.js
    Preparing search index...

    Function getIssueTypePropertyKeys

    • Returns all the issue type property keys of the issue type.

      This operation can be accessed anonymously.

      Permissions required:

      • Administer Jira global permission to get the property keys of any issue type.
      • Browse projects project permission to get the property keys of any issue types associated with the projects the user has permission to browse.

      Parameters

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

          The ID of the issue type.

      • Optionaloptions: RequestOptions

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