Changelog

Last changes in FlexiProject API.

2026.02

Enhanced Resource Management

The Resources API has been expanded to include departments and now supports optimized reporting views. These updates provide a more comprehensive and structured approach to resource distribution and reporting.

The following legacy endpoints have been decommissioned:

  • GET /api/Resources/{{userId}}/projects
  • GET /api/Resources/{{userId}}/capacity
  • GET /api/Resources/{{userId}}/allocation

Introduction of Workspaces

To enhance data security, we have introduced Workspaces. System now ensures that users are restricted to specific, authorized environments.

Due to that, the following entities must now be assigned to at least one workspace:

  • Projects
  • Project Templates
  • Acceptance Path Templates
  • Charter Templates

When performing creation requests for these elements, you must include the workspaceIds property in the request body.

                "workspaceIds": ["{{workspaceId}}"]
            

Departments

The application now supports managing organizational structures. This update allows for the definition of departments, including the assignment of designated managers and associated team members.

Additionally departments are now fully integrated into task management and resource planning.

Formula in project attributes

Project attributes now have a Formula type, enabling the dynamic calculation of values. This feature allows attribute values to be calculated automatically based on the real-time state of other project properties.

Miscellaneous changes

The following API's has been added:

  • Import budgetlines to an existing project
  • Change task template row colors in project template
  • Change task template' type
  • Clone task template' with subtasks