jira.js
    Preparing search index...

    Function getIssueProperty

    • Returns the value of the property with a given key from the issue identified by the key or by the id.

      Parameters

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

          Issue id or key

        • propertyKey: string

          The key of the property to return

      • Optionaloptions: RequestOptions

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