SaaS 12.94
-
Items can now be automatically assigned to the current user during workflow transitions. For example, when a developer changes a defect’s status to Active, the defect can be assigned to this developer automatically. To achieve this, use the [User currently logged in] value for the Assign to field in the workflow configuration.
-
New REST API operations to create and manage test schedules:
-
GET /api/v2/projects/{ProjectId}/testschedules
- Get all test schedules for a project. -
GET /api/v2/projects/{ProjectId}/testschedules/{Id}
- Get a test schedule by ID. -
POST /api/v2/projects/{ProjectId}/testschedules
- Create a new test schedule. -
PATCH /api/v2/projects/{ProjectId}/testschedules/{Id}
- Update a test schedule. -
DELETE /api/v2/projects/{ProjectId}/testschedules/{Id}
- Delete a test schedule.
-
-
A number of bugs reported by our customers have been fixed.
See Also
Bug Fixes in QAComplete 12.94 - December 6, 2021
Version History