create-sub-issue
Create a new sub-issue under a parent issue in Plane projects to organize related tasks and maintain clear hierarchical relationships within your project management workflow.
Instructions
Create a new sub-issue under a parent issue
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| assignees | No | Array of user IDs to assign to this sub-issue (optional) | |
| description_html | No | HTML description of the sub-issue | |
| name | Yes | Title of the sub-issue | |
| parent_issue_id | Yes | ID of the parent issue | |
| priority | No | Priority of the sub-issue (urgent, high, medium, low, none) | |
| project_id | Yes | ID of the project | |
| state_id | No | ID of the state for this sub-issue (optional) |