update_pull_request_comment
Update a specific comment on a pull request in Backlog by providing the comment ID, new content, and pull request details.
Instructions
Updates a comment on a pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | Pull request number | |
| repoId | No | Repository ID | |
| content | Yes | Comment content | |
| repoName | No | Repository name | |
| commentId | Yes | Comment ID | |
| projectId | No | The numeric ID of the project (e.g., 12345) | |
| projectKey | No | The key of the project (e.g., 'PROJECT') |