update-item
Modify Rollbar error tracking items by updating status, severity level, title, assignment, or resolution details to manage and resolve issues.
Instructions
Update an item in Rollbar (status, level, title, assignment, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | The ID of the item to update | |
| status | No | The new status for the item | |
| level | No | The new level for the item | |
| title | No | The new title for the item | |
| assignedUserId | No | The ID of the user to assign the item to | |
| resolvedInVersion | No | The version in which the item was resolved | |
| snoozed | No | Whether the item should be snoozed (paid accounts only) | |
| teamId | No | The ID of the team to assign as owner (Advanced/Enterprise accounts only) | |
| project | No | Project name (optional when only one project is configured) |