kaiten_chart_cfd
Generate a Cumulative Flow Diagram for a specified space and date range. Returns a compute_job_id to poll for results.
Instructions
Build a Cumulative Flow Diagram (CFD) for a space. 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 | |
| cardTypes | No | Filter by card type IDs (alternative field name used by CFD) | |
| date_from | Yes | Start date (ISO 8601) | |
| card_types | No | Filter by card type IDs | |
| selectedLanes | No | Filter by lane IDs | |
| only_asap_cards | No | Include only ASAP (expedite) cards |