DocsAPI ReferenceIssue/bff/issue/add-comment
postIssueAdmin BFF

/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

2 total
Body · 2
issueKeystringRequired

Issue key to comment on.

messagestringRequired

Comment message text.

Length: 1

Request

POST /bff/issue/add-comment

post
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.

Get API Key