Zephyr: Get Test Cycles linked to a Jira issue
zephyr_get_test_cycles_linked_to_a_jira_issueRetrieve test cycles linked to a Jira issue by providing the issue key to track related test coverage.
Instructions
Get test cycles linked to a Jira issue in Zephyr
Toolset: Issue Links
Parameters:
issueKey (string) required: The key of the Jira issue
Examples:
Check which test cycles are linked to Jira issue PROJ-123
{
"issueKey": "PROJ-123"
}Expected Output: The List of test cycles linked to Jira issue PROJ-123 with their IDs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueKey | Yes | The key of the Jira issue |