/bff/issue/add-comment
Adds a comment to an issue. The author is determined from the authenticated user. Email notifications are sent to relevant parties.
IssuepostBffIssueAdd-comment
Parameters
2 body
Body · 2
issueKeystringRequiredIssue key to comment on.
messagestringRequiredComment message text.
Length: 1–∞
Request
POST /bff/issue/add-comment
curl -X POST "https://api.bizkithub.com/bff/issue/add-comment" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"issueKey": "PROJ-123",
"message": "This has been fixed in the latest release."
}'Response
JSON payload
{
"success": false,
"commentId": "PROJ-123_c456"
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.