list_project_views
Get all saved views for a project by providing its UUID. Views are named, filtered work item lists, letting you review available project perspectives.
Instructions
Get all saved views for a project. A view is a named, filtered work item list. This requests project_id as uuid parameter. If you have a readable identifier for project, you can use the get_projects tool to get the project_id from it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The uuid identifier of the project to get views for |