fossa_delete_issue_exceptions
Delete issue ignore rules to reactivate previously suppressed issues. Target exceptions by ID or filter, with safeguards against clearing all exceptions at once.
Instructions
Delete issue ignore rules, which makes the issues they were suppressing active again.
WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true and FOSSA_ALLOW_DESTRUCTIVE=true.
Pass exactly one target: exception_id for a single rule, exception_ids for a named list, or a filter (category, project_id, release_group_id, policy_id) to delete every rule matching it. The filter form must name at least one filter, so there is no way to clear an organization's exceptions in one call. Run fossa_get_issue_exceptions first to see what a filter covers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | ||
| policy_id | No | ||
| project_id | No | ||
| exception_id | No | ||
| exception_ids | No | ||
| release_group_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||