jira.js
    Preparing search index...

    Function getIssuePropertyKeys

    • Returns the URLs and keys of an issue's properties.

      This operation can be accessed anonymously.

      Permissions required: Property details are only returned where the user has:

      Parameters

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

          The key or ID of the issue.

      • Optionaloptions: RequestOptions

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