Bulk update multiple errors in a Bugsnag project. Applies the same operation to all specified errors. Note: The actual API implementation returns only the operation name in the response, not per-error results. This differs from the OpenAPI specification which documents detailed…
severitystringNew severity level. Required when operation is 'overridden_severity'. Valid values: 'error', 'warning', 'info'.
error_idsRequiredarrayList of error IDs to update All IDs must belong to the specified project_id; cross-project IDs cause failures.
issue_urlstringHTTP link to an external issue. Required when operation is 'link_issue' or 'create_issue'.
operationRequiredstringOperation to perform on the errors. Exact values only: 'fix', 'open', 'snooze', 'ignore', 'assign', 'link_issue', 'create_issue', 'overridden_severity'. Variants like 'fixed' or 'close' are invalid.
project_idRequiredstringIdentifier of the project containing the errors
issue_titlestringTitle to set on a created or linked issue. Used with 'link_issue' or 'create_issue' operations.
reopen_rulesobjectRules for automatically reopening the error. Required when operation is 'snooze'.
notification_idstringID of the issue tracker to use for issue operations. Used with 'link_issue' or 'create_issue' operations.
assigned_team_idstringID of team to assign the errors to. Required when operation is 'assign' and assigning to a team. Mutually exclusive with assigned_collaborator_id.
verify_issue_urlbooleanWhether to verify the issue_url with the configured issue tracker. Used with 'link_issue' or 'create_issue' operations.
assigned_collaborator_idstringID of collaborator to assign the errors to. Required when operation is 'assign' and assigning to a user. Mutually exclusive with assigned_team_id.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.