move_issue
Move an issue to a new parent to create a sub-issue, or set to top-level. Updates parent-child relationships and sub-issue counts.
Instructions
Move an issue to a new parent (making it a sub-issue) or to top-level (null). Updates parent/child relationships and sub-issue counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | a string that will be trimmed | |
| newParent | Yes | New parent issue identifier, or null to make top-level | |
| identifier | Yes | a string that will be trimmed |