Add Issue
panelTodo_addIssueCreate a new issue in Panel Todo Pro. Provide title, status, assignee, priority, sprint, blockers, and description for sprint planning.
Instructions
Create a new issue in Panel Todo Pro. For sprint planning, include a description with: (1) implementation approach, (2) key tasks/steps, and (3) acceptance criteria.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Issue title | |
| status | No | Initial status | |
| assignee | No | Assign to a session (e.g., 'session-1', 'builder') | |
| priority | No | Priority level | |
| sprintId | No | Sprint to assign to | |
| blockedBy | No | Issue keys that block this issue (e.g., ['PT-1', 'PT-3']) | |
| description | No | Issue description with implementation details, approach, and acceptance criteria (supports markdown) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue | No | ||
| message | Yes | ||
| success | Yes |