Unlink Issue From Test Case
unlink_issue_from_test_caseRemove the association between a defect or issue and a test case using its issue key or internal link ID. Idempotent operation returns success even if the link is already removed.
Instructions
Unlink an issue from a test case.
This operation is idempotent: if the issue is already unlinked, it still
returns a successful confirmation. Supply the issue key (for example,
PROJ-123) or the internal issue-link ID returned by Allure TestOps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | Issue key or internal issue-link ID to unlink | |
| test_case_id | Yes | ID of the test case to unlink from | |
| output_format | No | Output format: 'json' (default) or 'plain'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | ||
| issue_id | No | ||
| test_case_id | No | ||
| already_unlinked | No |