Zephyr: Create Test Case Issue Link
zephyr_create_test_case_issue_linkCreate a link between a Jira issue and a Zephyr test case by providing the test case key and issue ID.
Instructions
Create a new link between an issue in Jira and a Test Case in Zephyr
Toolset: Test Cases
Examples:
Create a link between the test case SA-T1 and the Jira Issue ID 10100
{
"testCaseKey": "SA-T1",
"issueId": "10100"
}Expected Output: The newly created Issue Link with its ID and self link
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueId | No | The Jira issue ID | |
| testCaseKey | Yes | The key of the test case. Test case keys are of the format [A-Z]+-T[0-9]+ |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the entity | |
| self | No |