jira.js
    Preparing search index...

    Function deleteCommentProperty

    • Deletes a comment property.

      Permissions required: either of:

      Parameters

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

          The ID of the comment.

        • propertyKey: string

          The key of the property.

      • Optionaloptions: RequestOptions

      Returns Promise<void>