kaiten_chart_cycle_time
Generate a cycle time chart for a space by measuring elapsed time from start to end column. Returns a compute job ID to poll for results.
Instructions
Build a Cycle Time Chart for a space. Measures time from start to end column. 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 |
|---|---|---|---|
| tags | No | Filter by tag IDs | |
| date_to | Yes | End date (ISO 8601) | |
| group_by | No | Grouping mode | |
| space_id | Yes | Space ID | |
| date_from | Yes | Start date (ISO 8601) | |
| card_types | No | Filter by card type IDs | |
| end_column | Yes | End column ID (required) | |
| start_column | Yes | Start column ID (required) | |
| only_asap_cards | No | Include only ASAP (expedite) cards |