Zephyr: Create Test Cycle Issue Link
zephyr_create_test_cycle_issue_linkLinks a Jira issue to a Zephyr test cycle using the test cycle key or ID and the issue ID.
Instructions
Create a new link between an issue in Jira and a Test Cycle in Zephyr
Toolset: Test Cycles
Examples:
Create a link between the test cycle with key SA-R1 and the Jira Issue ID 10100
{
"testCycleIdOrKey": "SA-R1",
"issueId": 10100
}Expected Output: The link between Test Cycle and Jira issue should be created, but no output is expected.
Create a link between the test cycle with ID 1001 and the Jira issue ID 20200
{
"testCycleIdOrKey": "1001",
"issueId": 20200
}Expected Output: The link between Test Cycle and Jira issue should be created, but no output is expected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueId | Yes | The Jira issue ID | |
| testCycleIdOrKey | Yes | The ID or key of the test cycle. |