fossa_update_release_group
Update a FOSSA release group's title, policies, portal visibility, or report text. Only the fields you explicitly pass are changed; omitted fields keep their current values.
Instructions
Update a FOSSA release group's title, policies, portal visibility, or report text.
WRITES TO FOSSA. Requires FOSSA_ALLOW_WRITES=true.
Only the fields passed are sent; anything omitted is left as FOSSA has it.
Because an omitted argument and an explicit null look the same in a tool
call, unsetting a nullable field is a separate list: naming a field in
clear_fields sends null for it. Setting and clearing the same field in one
call is rejected. This does not touch releases; use
fossa_update_release_group_release for those.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| clear_fields | No | ||
| public_on_portal | No | ||
| release_group_id | Yes | ||
| quality_policy_id | No | ||
| report_custom_text | No | ||
| security_policy_id | No | ||
| licensing_policy_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||