Manager 10.5.2-1 Release Notes

September 30, 2021

API enhancements

Get test case details using test case PID

You can now use a test case's PID (such as TC-1234) to obtain test case details using the GET Test Case API. Previously, only a test case's database ID could be used. With the addition of a new usePID parameter, this enhancement allows you to more easily get test case details from the API using the familiar ID found in the qTest UI.

Known issue: The GET Test Case API returns a 404 error for users who are assigned to the project but do not have the View Test Case permission. This issue is planned to be fixed in a future release of qTest Manager.

New webhook events

New webhook events been added to the Webhook API, allowing you to trigger notifications when requirements are created, deleted, or updated. Following are the new webhook events that you can now register using the POST /api/v3/webhooks API.

  • requirement_created

  • requirement_deleted

  • requirement_updated

For more information about these new webhook events, refer to Requirements.

Specify webhook message response type

You can now specify the response type of a webhook message using the new responseType property for the following APIs. The supported response types are text and JSON.

In addition, the following APIs now return the response type in the response.

Performance enhancements

Several background enhancements have been made to improve the performance of qTest Manager.

Security enhancements

Several background enhancements have been made to address security vulnerabilities in qTest Manager.

Bug fixes

Ticket # Component Description
INC0267386 Jira Integration An issue was fixed in which Jira details were not automatically populating when defects were created in qTest using Google Chrome version 92.
INC0303462 Requirements An issue was fixed in which the Assigned To field on the Requirements page was not correctly saving selections.
INC0308485 Jira Integration An issue was fixed where saving a Jira connection caused an error and the Jira connection could not be properly saved.
INC0315104 Test Execution An issue was fixed in which the Export XLS button on the Query Result table was not responding when attempting to export test execution items.
INC0320422 qTest Manager An issue was fixed in which an object deleted from the qTest database, such as a requirement, did not properly remove the object's associated links, such as the requirement's test case links.