plan_feature
Break down a feature into a user story with child tasks and checklists in one call, inheriting project defaults. Returns the created story and tasks.
Instructions
Break a feature down in ONE call: create a user story, then create its child tasks (parented to the story) — optionally each with its own checklist (sub_tasks). Tasks inherit importance_level_id, default_category_id, board_id and milestone_id unless overridden per task. This is the fast path for 'turn this feature into a story with tasks'. Returns the created story and tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | No | ||
| board_id | No | ||
| project_id | Yes | ||
| story_title | Yes | ||
| milestone_id | No | ||
| story_description | No | ||
| default_category_id | No | ||
| importance_level_id | Yes | ||
| default_estimated_cost | No |