jira.js
    Preparing search index...

    Function deleteCommentProperty

    • Removes the property from the comment identified by the key or by the id. Ths user removing the property is required to have permissions to administer the comment.

      Parameters

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

          The comment from which the property will be removed.

        • propertyKey: string

          The key of the property to remove.

      • Optionaloptions: RequestOptions

      Returns Promise<void>