Zephyr: Get test executions linked to a Jira issue
zephyr_get_test_executions_linked_to_a_jira_issueRetrieve all test executions linked to a specific Jira issue to track testing progress and defect coverage.
Instructions
Get test executions linked to a Jira issue in Zephyr
Toolset: Issue Links
Parameters:
issueKey (string) required: The key of the Jira issue
Examples:
Check which test executions are linked to Jira issue PROJ-123
{
"issueKey": "PROJ-123"
}Expected Output: The List of test executions 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 |