Plan work (break a request onto the board)
plan_workConverts a user request into board items by optionally creating a project and adding listed features and bugs. Use this as the first step for a substantive request.
Instructions
Turn a user request into board items in one step. Optionally creates the project, then adds the features and bugs you list. Use this as the FIRST step when starting a substantive request, then work the tickets one at a time. Returns all created tickets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bugs | No | ||
| project | Yes | Board to add to. If it does not exist and createProject is true, it is created. | |
| features | No | ||
| createProject | No | ||
| projectDescription | No |