Zephyr: Get Issue Link Test Cases
zephyr_get_issue_link_test_casesRetrieves all test cases linked to a specified Jira issue from Zephyr, providing their keys and version numbers.
Instructions
Get test cases linked to a Jira issue in Zephyr
Toolset: Issue Links
Parameters:
issueKey (string) required: The key of the Jira issue
Examples:
Check which test cases are linked to Jira issue PROJ-123
{
"issueKey": "PROJ-123"
}Expected Output: The List of test cases linked to Jira issue PROJ-123 with their keys and versions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueKey | Yes | The key of the Jira issue |