jira.js
    Preparing search index...

    Function setCommentProperty

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

      Parameters

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

          The comment on which the property will be set.

        • propertyKey: string

          The key of the comment's property. The maximum length of the key is 255 bytes.

      • Optionaloptions: RequestOptions

      Returns Promise<void>