jira.js
    Preparing search index...

    Function getIssueTypePropertyKeys

    • Returns the keys of all properties for the issue type identified by the id

      Parameters

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

          The issue type from which the keys will be returned.

      • Optionaloptions: RequestOptions

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