add_pull_request_comment
Add a comment to any pull request. Provide the comment text and pull request number; optionally notify team members or specify project details.
Instructions
Adds a comment to a pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The numeric ID of the project (e.g., 12345) | |
| projectKey | No | The key of the project (e.g., 'PROJECT') | |
| repoId | No | Repository ID | |
| repoName | No | Repository name | |
| number | Yes | Pull request number | |
| content | Yes | Comment content | |
| notifiedUserId | No | User IDs to notify | |
| organization | No | Optional organization name. Use list_organizations to inspect available organizations. |