Unlink Issue From Test Case
unlink_issue_from_test_caseRemove an issue link from a test case by supplying the issue key or internal issue-link ID. Idempotent: returns success even if already unlinked.
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 |