Remove Issue Relationship
remove_relationshipRemove an existing relationship from a MantisBT issue by specifying the issue ID and the relationship's numeric ID from the issue's relationships array.
Instructions
Remove a relationship from a MantisBT issue.
Use get_issue first to retrieve the relationship IDs. The relationship_id is the numeric id field of a relationship object in the issue's relationships array (not the type ID).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | The issue ID the relationship belongs to | |
| relationship_id | Yes | The numeric ID of the relationship to remove (from the relationships array in get_issue) |