Skip to content

Issues API

Review findings, shadow issues, evidence, and remote issue linking.

Issues are the QA-facing record for review items and shadow issues. The REST API still uses /tickets paths for these records.

List issues (project-scoped)

GET/api/projects/{projectId}/ticketsBearer Token

Create issue

POST/api/projects/{projectId}/ticketsBearer Token

Issues overview (UI)

GET/api/projects/{projectId}/tickets/overviewBearer Token

Get issue

GET/api/projects/{projectId}/tickets/{ticketId}Bearer Token

Update issue

Only content fields such as title, description, severity, type, and labels are editable here.

PUT/api/projects/{projectId}/tickets/{ticketId}Bearer Token

Labels and attachments

POST/api/projects/{projectId}/tickets/{ticketId}/attachmentsBearer Token

Retest

POST/api/projects/{projectId}/tickets/{ticketId}/retestBearer Token

Review actions

POST/api/projects/{projectId}/tickets/{ticketId}/review/create-remoteBearer Token
POST/api/projects/{projectId}/tickets/{ticketId}/review/link-remoteBearer Token
POST/api/projects/{projectId}/tickets/{ticketId}/review/closeBearer Token

External issue linking

GET/api/projects/{projectId}/external-issuesBearer Token
POST/api/projects/{projectId}/shadow-ticketsBearer Token
POST/api/projects/{projectId}/tickets/{ticketId}/external/createBearer Token
POST/api/projects/{projectId}/tickets/{ticketId}/external/linkBearer Token
POST/api/projects/{projectId}/tickets/{ticketId}/external/syncBearer Token