Skip to main content

Record a triage decision on static-analysis issues

POST 

/api/v1/assessments/:assessment_id/codeling/sast-findings/decisions

Mark issues as a false positive or an accepted risk, or clear them.

This is the alternative to promoting. An issue a reviewer has read and dismissed should not enter the findings feed, its counts or its SLA clock, and before this route the only way to clear one was to promote it first, which spends the findings surface on noise.

Idempotent: deciding the same way twice rewrites one row. "open" deletes, because open is the absence of a decision.

Not release-gated. Scope (findings:triage), manager-or-above, the org check and verify_assessment_access are the gates, as they are for the promote route beside it.

Request

Responses

Successful Response