Issue

Create issue

Opens a new issue with source: API. The supplied evidence (calls / chats) is attached in the same transaction; an invalid reference fails the whole request rather than leaving a half-created issue.

post/v1/issue

Request body

titlestring required

Short headline — required, max 280 characters

summarystring nullable

Longer-form context — optional, max 2000 characters

severity'LOW' | 'MEDIUM' | 'HIGH' | 'CRITICAL' nullable

Coarse priority. Null when unset.

Response

The created issue

Changes