This command adds a comment to a bamboo build.
{
"build": "ABC-123",
"comment": "staging"
}
This command returns either a CommentAdded
or FailedToAddComment
event
{
"build": "ABC-123",
"comment": "staging"
}
{
"build": "ABC-123",
"comment": "staging"
"error" : "some error occured"
}