/bff/issue/statuses
Returns all available issue statuses for the organisation, grouped by status category. Optionally filtered by project.
IssuegetBffIssueStatuses
Parameters
1 query
Query · 1
projectCodestringFilter by project key.
Request
GET /bff/issue/statuses
curl -X GET "https://api.bizkithub.com/bff/issue/statuses?projectCode=PROJ" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"items": [
{
"id": 0,
"label": "example_label",
"categoryId": 0,
"categoryCode": "example_categoryCode",
"projectKey": "example_projectKey"
}
]
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.