Skip to the content
- REST API Documentation – Updated our API documentation to the OpenAPI 3.0 specification, providing a more modern, standardized, and maintainable API reference experience.
- Labor Cost Budgets in Report Studio – Monthly labor cost budget data is now usable in Report Studio.
- Labor Cost Budget Alerts – Project budget alerts now support non-billable projects with cost-based budgets. Teams can receive the same proactive budget notifications for monthly cost targets that are already available for billable projects with revenue-based budgets.
- REST API: We improved error messages when issues occur during timesheet submission. When a timesheet can’t be submitted, you’ll now receive clearer, more detailed feedback explaining exactly what needs to be fixed.
- REST API: Added details in the response to help explain why time entry POST and PATCH requests get rejected with a “DateLocked” error. Examples of why a request may get rejected are your company lock date, person start and end dates, and the status of a timesheet.
- REST API: When two simultaneous requests to delete the same time entry occurs using DELETE /TimeEntries, we now properly return a success message for one request and a 404 response for the second request.
- Project Approvals: Prevent the deactivation of a Project Manager for a project that has time waiting for approval. You’ll need to either approve/reject the time waiting for approval or reassign a new project manager in order to deactivate the person.