Bulk Update Issues
Bulk triage issues that match specified filters
Path parameters
Specifies the deployment to which the findings belong.
Request body
Specifies the deployment to which the findings belong.
Deprecated: use issue_types instead. Filters findings to those with the specified type (based on the product which produced these issues).
| value | description |
|---|---|
| ISSUE_TYPE_SAST | Detected by Code rules |
| ISSUE_TYPE_SCA | Detected by Supply Chain rules |
| ISSUE_TYPE_SECRETS | Detected by Secrets rules |
| ISSUE_TYPE_RESEARCH | Detected by research rules or scanners |
| ISSUE_TYPE_AI_SAST | Detected by AI detection code scanning |
Filters findings to those with any of the specified types. When empty, falls back to the deprecated issue_type field for backward compatibility.
| value | description |
|---|---|
| ISSUE_TYPE_SAST | Detected by Code rules |
| ISSUE_TYPE_SCA | Detected by Supply Chain rules |
| ISSUE_TYPE_SECRETS | Detected by Secrets rules |
| ISSUE_TYPE_RESEARCH | Detected by research rules or scanners |
| ISSUE_TYPE_AI_SAST | Detected by AI detection code scanning |
Response
OK
Number of issue parents triaged.
Number of issues triaged across parents.
Number of issues updated successfully.
Per-permission breakdown when a bulk ignore is split by the developer's per-issue triage permission (only populated for ignore actions when the developer exception-approvals feature is enabled). Number of issues ignored directly.
Number of issues for which an exception request was created instead of an ignore (developer has request-only permission).
Number of issues skipped because the developer cannot triage them.