fossa_update_issues
Manage FOSSA issues in bulk: ignore, unignore, unlink, or create durable exceptions, targeting either specific issue IDs or filtered issue sets.
Instructions
Ignore, unignore, unlink, or create a reusable exception for a set of issues.
WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true, and additionally FOSSA_ALLOW_DESTRUCTIVE=true when issue_ids is omitted.
Passing issue_ids acts on exactly those issues. Omitting it acts on every issue matching the filters, a set the caller cannot see in advance, so that form is gated at the destructive tier and requires a project scope or at least one filter. Run fossa_list_issues with the same arguments first to see what will be affected.
The issueException action creates a durable ignore rule rather than a one-off ignore; package_scope, ignore_scope, expires_after, and license_id only apply to it. Ticket export is not offered by this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwes | No | ||
| notes | No | ||
| action | Yes | ||
| depths | No | ||
| reason | No | ||
| search | No | ||
| status | No | active | |
| category | Yes | ||
| licenses | No | ||
| severity | No | ||
| issue_ids | No | ||
| license_id | No | ||
| scope_type | No | global | |
| found_after | No | ||
| issue_types | No | ||
| ignore_scope | No | ||
| revision_ids | No | ||
| expires_after | No | ||
| package_scope | No | ||
| project_labels | No | ||
| project_locator | No | ||
| severity_source | No | ||
| package_managers | No | ||
| revision_locator | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||