kaiten_chart_task_distribution
Generate a task distribution chart for a space to visualize how tasks are spread across the board. Returns a compute job ID for asynchronous processing.
Instructions
Build a Task Distribution Chart for a space. Shows how tasks are distributed across the board. This is an asynchronous operation that returns a compute_job_id. Use kaiten_get_compute_job to poll for results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | Space ID | |
| timezone | No | Timezone name (e.g. 'Europe/Moscow') | |
| card_types | No | Filter by card type IDs | |
| itemsFilter | No | Additional filter object for items | |
| only_asap_cards | No | Include only ASAP (expedite) cards | |
| includeArchivedCards | No | Include archived cards |