Unlink Jira Issue from Test Manager Test Case
tm.unlink_jiraIssueRemove the link between a Jira issue and a test case. Provide project ID, test case ID, and Jira issue key. Fails if not linked.
Instructions
Removes the link between a Jira issue (e.g. 'PROJ-123') and a LambdaTest Test Manager test case, reversing tm.link_jiraIssue. Requires the project ID, test case ID, and the Jira issue key. Unlike tm.link_jiraIssue, the issue key is passed as-is - no org_id prefix is needed here. Fails if the issue isn't actually linked to that test case. Do not call this speculatively - unlinking is a real, persistent action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| test_case_id | Yes | ||
| jira_issue_id | Yes |