Zephyr: Get Test Case Links
zephyr_get_test_case_linksRetrieve all issue links and web links linked to a test case in Zephyr by providing the test case key.
Instructions
Get all links (issue links and web links) associated with a test case in Zephyr
Toolset: Test Cases
Parameters:
testCaseKey (string) required: The key of the test case. Test case keys are of the format [A-Z]+-T[0-9]+
Examples:
Get all links associated with the test case with key 'SA-T10'
{
"testCaseKey": "SA-T10"
}Expected Output: The links (issue links and web links) associated with the test case
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |
|---|---|---|---|
| self | No | The REST API endpoint to get more resource details. | |
| issues | No | A list of Jira issues linked to this entity | |
| webLinks | No | A list of web links for this entity |