...
The filter and build IDs are available in the Test Explorer URL:
You can also If you are using the Jira Xray traceability report (in addition to, or instead of, the Parasoft traceability report), the test information sent to Jira must include the Fix Version field. The field is empty by default when the test data sent from DTP creates new test execution entities in Jira, but you can specify a one or more values for Jira's fixVersions fieldby adding the fixVersions
parameter to your API call:
No Format |
---|
curl -X POST "https://<host>:<port>/grs/api/v1.7/linkedApps/configurations/1/syncTestCases?filterId=<filterID>&buildId=<buildID>&fixVersions=<version1>,<version2> " |
You must also first enable the Version field in your Jira project to use the fixVersions
parameter. The value of the parameter must match the a version specified in your Jira project. In the following example, tests would be updated for fixVersions=1.0
:
...