redmine_set_parent_issue
Define or remove the parent-child relationship for a Redmine issue by setting the parent issue ID. Use 0 to clear the current parent.
Instructions
Set or clear an issue's parent.
Args:
issue_id: issue whose parent is being set.
parent_issue_id: numeric id of the new parent. Pass 0 to
unparent the issue.
Parent/child is mechanically a field on the issue (parent_issue_id),
not a relation record. Honors REDMINE_MCP_READ_ONLY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | ||
| parent_issue_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |