jira.js
    Preparing search index...

    Function setIssueProperty

    • Sets the value of an issue's property. Use this resource to store custom data against an issue.

      The value of the request body must be a valid, non-empty JSON blob. The maximum length is 32768 characters.

      This operation can be accessed anonymously.

      Permissions required:

      Parameters

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

          The ID or key of the issue.

        • propertyKey: string

          The key of the issue property. The maximum length is 255 characters.

      • Optionaloptions: RequestOptions

      Returns Promise<void>