/bff/issue/detail
Returns full issue detail including description, project info, assignee, reporter, parent issue, due date, and linked URLs. Returns { exist: false } if the issue is not found.
IssuegetBffIssueDetail
Parameters
1 query
Query · 1
issueKeystringRequiredIssue key (e.g. "PROJ-123").
Request
GET /bff/issue/detail
curl -X GET "https://api.bizkithub.com/bff/issue/detail?issueKey=PROJ-123" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"id": "example_id",
"internalId": 0,
"issueKey": "example_issueKey",
"subject": "example_subject",
"description": "example_description",
"priority": 0,
"priorityLabel": "example_priorityLabel",
"projectKey": "example_projectKey",
"projectName": "example_projectName",
"status": {
"id": 0,
"label": "example_label",
"categoryId": 0,
"categoryCode": "example_categoryCode"
}
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.