convert-to-sub-issue
Convert an existing issue into a sub-issue to establish hierarchical relationships and organize project tasks under parent issues.
Instructions
Convert an existing issue to a sub-issue of another issue
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ID of the project | |
| issue_id | Yes | ID of the issue to convert to sub-issue | |
| parent_issue_id | Yes | ID of the parent issue |