link_issues_to_test_cases
Bulk link Jira issues to Zephyr Scale test cases using pairs of test case and issue keys. Supports linking one test case to multiple issues, with up to 2500 unique test case keys per call.
Instructions
Link Jira issues to Zephyr Scale test cases in bulk (POST /testcase/link-issues). Each entry links one test case (testCaseKey, e.g. PROJ-T123) to one Jira issue (issueKey, e.g. PROJ-123); repeat a test case key across entries to link it to several issues. API limit: at most 2500 UNIQUE test case keys per call — validated locally before any request is sent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| links | Yes | Pairs of { testCaseKey, issueKey } to link |