create_view
Create a reusable view on a Team, Space, Folder, or List with custom filters, grouping, and sorting to save a tailored layout.
Instructions
Create a new View on a Team, Space, Folder or List. Provide exactly one parent id (team_id, space_id, folder_id or list_id) to choose where it lives. Returns the created View. Use to save a reusable filtered/grouped layout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the new View. | |
| type | No | View type/layout (e.g. 'list', 'board', 'calendar', 'gantt'). | |
| team_id | No | Parent Team/Workspace id — set this to create a Workspace-level View. | |
| space_id | No | Parent Space id — set this to create a Space-level View. | |
| folder_id | No | Parent Folder id — set this to create a Folder-level View. | |
| list_id | No | Parent List id — set this to create a List-level View. | |
| grouping | No | Grouping config, e.g. group tasks by status/assignee/priority. | |
| divide | No | Column/swimlane division config for the View. | |
| sorting | No | Sort order config (fields and direction). | |
| filters | No | Filter rules that decide which tasks appear in the View. | |
| columns | No | Which columns/fields are shown and their order. | |
| team_sidebar | No | Team sidebar display settings for the View. | |
| settings | No | Miscellaneous View settings (e.g. show closed, me-mode). |