Synopsis
Parameters
| Parameter |
Type |
Description |
| token |
string |
Authentication token, see RemoteApi.login. |
| projectName |
string |
The name of the project owning the build. |
| buildId |
int |
ID of the build to comment on. |
| message |
string |
The comment message to add. |
Returns
string: The id of the created comment.
Faults
| Fault Type |
Fault Reason |
| IllegalArgumentException |
If the given project or build does not exist. |
Description
Adds a comment to a build result. Comments are used to communicate with other users viewing the build.
Access
Requires view permission for the given project.
See Also