kaiten_chart_due_dates
Analyze due dates in a Kaiten space to identify completed tasks, filtering by card and checklist item date ranges, tags, lanes, columns, and responsible users.
Instructions
Get due dates analysis for a space. Returns completed tasks summary with card and checklist item due date filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_ids | No | Filter by tag IDs | |
| due_date | No | Due date filter (ISO 8601) | |
| lane_ids | No | Filter by lane IDs | |
| space_id | Yes | Space ID | |
| tz_offset | No | Timezone offset in minutes | |
| column_ids | No | Filter by column IDs | |
| card_date_to | Yes | Card date range end (ISO 8601) | |
| card_type_ids | No | Filter by card type IDs | |
| card_date_from | Yes | Card date range start (ISO 8601) | |
| responsible_id | No | Filter by responsible user ID | |
| checklist_item_date_to | Yes | Checklist item date range end (ISO 8601) | |
| checklist_item_date_from | Yes | Checklist item date range start (ISO 8601) |