linear_createSavedView
Create a custom saved view in Linear to filter and organize issues, projects, or team data with optional sharing and icon settings.
Instructions
Create a Linear saved view (API: createCustomView)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Saved view name | |
| description | No | Saved view description | |
| shared | No | Whether the saved view is shared across the organization | |
| icon | No | Icon for the saved view | |
| color | No | Icon color for the saved view | |
| teamId | No | Optional team associated with the saved view | |
| projectId | No | Optional project associated with the saved view | |
| ownerId | No | Optional owner for the saved view | |
| filters | No | Raw filters object to store on the saved view | |
| filterData | No | Issue filter data for the saved view | |
| projectFilterData | No | Project filter data for the saved view |