create-sub-issue
Create a new sub-issue under a parent issue in Plane projects to break down complex tasks into manageable components.
Instructions
Create a new sub-issue under a parent issue
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ID of the project | |
| parent_issue_id | Yes | ID of the parent issue | |
| name | Yes | Title of the sub-issue | |
| description_html | No | HTML description of the sub-issue | |
| priority | No | Priority of the sub-issue (urgent, high, medium, low, none) | |
| state_id | No | ID of the state for this sub-issue (optional) | |
| assignees | No | Array of user IDs to assign to this sub-issue (optional) |