Structured Entity Operations
entityPerform CRUD operations on taxonomy expansion entities like tickets, incidents, and releases. List, get, create, update, or delete entities with free-form JSON body.
Instructions
Unified CRUD across taxonomy expansion entities. Kinds: ticket, handoff, backlog_view, incident, release, experiment, goal, key_result, sprint, review, risk. Actions: list, get, create, update, delete. Body is free-form JSON forwarded to the API; workspace_id/project_id default to active scope when omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Entity kind | |
| action | Yes | Action to perform | |
| id | No | Entity ID (required for get / update / delete) | |
| workspace_id | No | Workspace ID (UUID). | |
| project_id | No | Project ID (UUID). | |
| body | No | JSON body for create / update | |
| query | No | Filter params for list |