Link requirements to a test case
link-qmetry-requirementsLink Jira issues as requirements to a specific test case in QMetry by providing the test case ID, version number, and requirement IDs.
Instructions
Link one or more requirements (Jira issues) to a specific test case in Qmetry
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the test case to link requirements to. Refer id from the response of API "Search Test Case". | |
| no | Yes | Test Case version No. Refer {version.versionNo} from the response of API "Search Test Case". | |
| requirementIds | Yes | List of JIRA Issue Id which want to link with given test case. Example: [123, 456] |