jira.js
    Preparing search index...

    Function setIssueProperty

    • Sets the value of the specified issue's property.

      Parameters

      • client: Client
      • parameters: { body: Record<string, any>; issueIdOrKey: string; propertyKey: string }
        • body: Record<string, any>
        • issueIdOrKey: string

          Issue id or key

        • propertyKey: string

          The key of the issue's property

      • Optionaloptions: RequestOptions

      Returns Promise<void>