linear_updateSavedView
Update an existing Linear saved view by modifying its name, filters, icon, color, sharing, team, project, or owner. Provide the view ID and at least one field to change.
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 | |
| icon | No | Updated icon for the saved view. Pass null to clear it. | |
| name | No | Updated saved view name | |
| color | No | Updated icon color for the saved view. Pass null to clear it. | |
| shared | No | Whether the saved view is shared across the organization | |
| teamId | No | Updated team associated with 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. | |
| ownerId | No | Updated owner for the saved view. Pass null to clear it. | |
| projectId | No | Updated project associated with the saved view. Pass null to clear it. | |
| filterData | No | Updated issue filter data for the saved view. Pass null to clear it. | |
| description | No | Updated saved view description. Pass null to clear it. | |
| projectFilterData | No | Updated project filter data for the saved view. Pass null to clear it. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| icon | No | ||
| name | No | ||
| team | No | ||
| color | No | ||
| owner | No | ||
| shared | No | ||
| slugId | No | ||
| creator | No | ||
| filters | No | ||
| createdAt | No | ||
| updatedAt | No | ||
| filterData | No | ||
| description | No | ||
| projectFilterData | No |