Goal
Use the public API to move from an open finding to a documented investigation.Prerequisites
- A
readoradminkey for reads. - A
writeoradminkey for assignment and notes. - An issue ID from
GET /v1/issues.
List open issues
cURL
open, resolved, and resolved_late. It does not support acknowledged or investigating.
Inspect one issue
cURL
Read linked evidence
cURL
Find an assignee
cURL
Assign the issue
cURL
{"assigned_to":null} to remove the assignment. Assignment is a set-to-value operation, so you do not need an idempotency header.
Add a note safely
cURL
409 idempotency_conflict.
Handle resolved-late findings
resolved_late means the expected evidence arrived after the deadline. Keep the issue in your audit workflow even though the evidence eventually arrived.