Aspose.Tasks Cloud 20.8 Release Notes

Major Features

  • Specify the non-default path for Project Server’s PWA URL
  • Modify timephasedData collection in assignments.

Public API and Backwards Incompatible Changes

The following objects and properties were added:

Objects/PropertiesDescription
ResourceAssignment.TimephasedDataRepresents a collection of TimephasedData objects.

The following API endpoints were extended:

API endpointsDescription
PUT https://api.aspose.cloud/v3.0/tasks/{name}/importfromprojectonline

This routes now accepts full URL of PWA endpoint to specify where your service instance located in, e.g. http://project_server_instance.local/sites/pwa

GET https://api.aspose.cloud/v3.0/tasks/projectOnline/projectList
POST https://api.aspose.cloud/v3.0/tasks/projectOnline/{siteUrl}/{name}
PUT https://api.aspose.cloud/v3.0/tasks/projectOnline/{siteUrl}/{name}