Manager 10.2.0-5 Release Notes

January 4, 2021

GET Project API improvement

The GET Project API is improved to allow users to define pagination. Additionally, a paging link in the Header of the responses is included when pagination (page and pageSize) are defined.

Parameter Required

Description

pageSize N

To define how many projects each page returns.

By default, if pagination is not specified in the request, the response only includes the first 100 objects.

You can specify custom number (up to 999) for this parameter.

page N

To define which page will be returned.

By default, the first page returns but you can specify any page number to retrieve objects.

Bug fixes

Ticket # Component

Description

INC0276175 Test Log API In the response for the GET All Test Logs of a Test Run API, defects attached to a Test Log were not being pulled in the response as excpected and returning only the defects attached to Test Step logs. This issue is now resolved.
INC0283058, INC0283675, INC0281141 Jira Integration Permissions Previously, when a user clicked "Save" or "Save & Activate" on the Jira Integration Settings page, qTest was sending updated properties to Jira Server for Projects that were not integrated with qTest. This caused the "Project Administering Permissions Required" message to appear and prevented the user from saving the integration. This issue has been fixed and qTest now validates only Jira Server Projects that are integrated with qTest. Read this topic for additional information on the integration permissions: Which Jira Permissions Are Required to Set Up a Connection?