update_pull_request_comment
Modifies a comment on a pull request in Backlog by specifying the project, repository, pull request number, comment ID, and updated content. Ensures accurate and timely communication in code reviews.
Instructions
Updates a comment on a pull request
Input Schema
Name | Required | Description | Default |
---|---|---|---|
commentId | Yes | Comment ID | |
content | Yes | Comment content | |
number | Yes | Pull request number | |
projectIdOrKey | Yes | Project ID or project key | |
repoIdOrName | Yes | Repository ID or name |