Create Saved View
create_saved_viewSave a named ticket filter, column, grouping and sort bundle so you can reopen it later or share it with a team. Saves the QUESTION, not an answer: the view is re-run against live tickets every time it is opened, so it never goes stale. The new view is private until you share it. Same endpoint the web app's save button uses. Requires authentication and the tickets:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | What to call the view. | |
| columns | Yes | Which ticket columns the view shows, in order. At most 20. | |
| filters | No | Which tickets the view selects. Same filter vocabulary the ticket list accepts; omitted filters are unset. | |
| sort_by | No | Optional ticket field to sort rows by. | |
| group_by | No | Optional ticket field to group rows by. | |
| sort_dir | No | Sort direction. Defaults to asc. | asc |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |