linear_updateSavedView
Modify a saved view in Linear by providing the view ID and updating fields like name, filters, or sharing settings.
Instructions
Update a Linear saved view (API: updateCustomView). Provide id plus at least one other field to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the saved view to update | |
| name | No | Updated saved view name | |
| description | No | Updated saved view description. Pass null to clear it. | |
| shared | No | Whether the saved view is shared across the organization | |
| icon | No | Updated icon for the saved view. Pass null to clear it. | |
| color | No | Updated icon color for the saved view. Pass null to clear it. | |
| teamId | No | Updated team associated with the saved view. Pass null to clear it. | |
| projectId | No | Updated project associated with the saved view. Pass null to clear it. | |
| ownerId | No | Updated owner for the saved view. Pass null to clear it. | |
| filters | No | Updated raw filters object to store on the saved view. Pass null to clear it. | |
| filterData | No | Updated issue filter data for the saved view. Pass null to clear it. | |
| projectFilterData | No | Updated project filter data for the saved view. Pass null to clear it. |