jira.js
    Preparing search index...

    Function getIssueProperty

    • Returns the key and value of an issue's property.

      This operation can be accessed anonymously.

      Permissions required:

      Parameters

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

          The key or ID of the issue.

        • propertyKey: string

          The key of the property.

      • Optionaloptions: RequestOptions

      Returns Promise<{ key?: string; value?: unknown; [key: string]: unknown }>