Migrate your Twproject data
Web-based project management tool from Florence with Gantt, Kanban, and resource planning. Favored by European mid-market teams; comes in cloud, on-premise, or source-code-licensed flavors.
In its favor
Why people choose Twproject
The signal that keeps Twproject on the shortlist. Sourced from G2, Capterra, and customer scoping calls.
Unlimited projects on every plan — teams with large portfolios pay per user, not per project, avoiding per-project billing surprises.
Licenses are counted by enabled users only; disabling a user immediately stops billing for that seat while preserving all associated data.
Full source code available under NDA for enterprise customers who need to self-host or audit the backend for compliance reasons.
Multi-methodology support with Gantt WBS, Kanban boards, and weekly planners in a single tool lets teams change workflow style without switching platforms.
Strong time tracking and cost monitoring with budget-vs-actual dashboards are default features rather than gated behind a premium tier.
API documentation is sparse — rate limits, versioning policy, and bulk operation details are not publicly published, making integration planning difficult.
The built-in project JSON export omits worklogs, costs, ToDos, and attached documents — teams expecting a complete data package are surprised to find these absent.
User management is tied to licensing in a non-obvious way; disabled users lose access immediately which can disrupt active assignments if not handled proactively.
Reasons to switch
Why people leave Twproject
The recurring reasons buyers give for replacing Twproject. Presented as facts, not knocks.
Platform scorecard
Strengths, weaknesses, and where Twproject fits
Grades across six dimensions, plus a SWOT-style view of where the platform shines and where it falls short.
SWOT — strengths, weaknesses, and use-case fit
Strengths
Weaknesses
Where it works
Where it struggles
Pricing tiers
Twproject pricing overview
Twproject prices from €4.89 per enabled user per month for cloud deployments. Projects are unlimited on all plans. On-premise and dedicated cloud server deployments require direct sales contact for custom pricing.
Cloud (Perpetual License)
Tier 1 of 3
From €4.89/user/month
What's included
Need help selecting your Project Management?
Book a free 30 minute consultationPricing is informational. FlitStack AI does not bill on Twproject's schedule — see our quote-based pricing →
What gets migrated
Twproject object support
Object-by-object support for Twproject migrations. Per-pair details surface during scoping.
Projects
Fully supportedProjects exportable as JSON including structure, details, and user assignments. The export lives in a dedicated button on the project list page and imports into any other Twproject instance. We use this for bulk project scaffolding but supplement with API calls for full fidelity.
Tasks
Fully supportedTasks are the primary work unit in Twproject. They support parent-child hierarchies (subtasks), custom fields, assignees, dates, and status. We retrieve all task fields via the get/object/task API call and preserve the full hierarchy in the destination.
Resources (Users)
Fully supportedResources in Twproject correspond to user accounts. Each resource carries allocation, cost rates, and department metadata. We map resources to the destination's user object and preserve cost rates as custom properties where the destination supports them.
Worklogs (Time entries)
Mapping requiredWorklogs record hours against tasks and are not included in the JSON export. We pull them via API using the task ID association and map them to the destination's time entry object. Date-range scoping is required to avoid pulling excessive historical data.
Costs and Budgets
Mapping requiredTwproject tracks project-level costs, additional expenses, and budget-vs-actual forecasts. These live in the Costs & Revenues section and are not exported via the project JSON export. We fetch them via API and map to the destination's cost or budget object, preserving parent-child rollup logic.
Custom Fields
Mapping requiredCustom fields are supported on tasks and projects. Twproject's documentation describes them as a wizard-driven customization. We enumerate all custom field definitions during discovery and map each to the destination's equivalent custom field, handling type differences (text, date, select, etc.).
Attachments
Not in this platformAttached documents are not included in the JSON project export. The Twproject support documentation confirms this omission explicitly. We cannot migrate attachments via the standard export path. Customers must handle document migration separately, typically via direct file transfer.
ToDos
Not in this platformToDos are a lightweight checklist feature within Twproject and are explicitly excluded from the JSON project export. We flag this to customers during scoping and recommend they either treat ToDos as non-critical or migrate them manually as part of a separate task.
Gantt / WBS Structure
Fully supportedTwproject's Gantt view is built on a Work Breakdown Structure where each project node can have phases, sub-phases, and tasks. The JSON export captures this hierarchy. We preserve parent-child relationships and phase assignments during migration.
Kanban Boards
Mapping requiredKanban is a daily planning view in Twproject rather than a top-level object. We migrate task assignments and statuses which drive the Kanban display. The board configuration itself (columns, swimlanes) may not be fully portable depending on the destination platform.
Tags and Labels
Mapping requiredTasks and projects can carry tags. We retrieve tag assignments via API and map them to the destination's tagging system. Some destinations use flat tag lists while others use a taxonomy — we normalize during the mapping phase.
Resource Allocation / Workload
Mapping requiredTwproject's resource workload view shows assignment distribution across time. We pull assignment data per resource and reconstruct a workload view in the destination. Note that Twproject stores allocation at the assignment level; we aggregate by resource and period for the migration.
MS Project Import/Export
Mapping requiredTwproject supports importing and exporting MS Project files. This is useful for cross-platform handoffs. We can use this path for projects that originated in MS Project, preserving task hierarchy and dates. Customers originating in Twproject who need MS Project export as an interim format can use this feature.
| Object | Support | Notes |
|---|---|---|
| Projects | Fully supported | Projects exportable as JSON including structure, details, and user assignments. The export lives in a dedicated button on the project list page and imports into any other Twproject instance. We use this for bulk project scaffolding but supplement with API calls for full fidelity. |
| Tasks | Fully supported | Tasks are the primary work unit in Twproject. They support parent-child hierarchies (subtasks), custom fields, assignees, dates, and status. We retrieve all task fields via the get/object/task API call and preserve the full hierarchy in the destination. |
| Resources (Users) | Fully supported | Resources in Twproject correspond to user accounts. Each resource carries allocation, cost rates, and department metadata. We map resources to the destination's user object and preserve cost rates as custom properties where the destination supports them. |
| Worklogs (Time entries) | Mapping required | Worklogs record hours against tasks and are not included in the JSON export. We pull them via API using the task ID association and map them to the destination's time entry object. Date-range scoping is required to avoid pulling excessive historical data. |
| Costs and Budgets | Mapping required | Twproject tracks project-level costs, additional expenses, and budget-vs-actual forecasts. These live in the Costs & Revenues section and are not exported via the project JSON export. We fetch them via API and map to the destination's cost or budget object, preserving parent-child rollup logic. |
| Custom Fields | Mapping required | Custom fields are supported on tasks and projects. Twproject's documentation describes them as a wizard-driven customization. We enumerate all custom field definitions during discovery and map each to the destination's equivalent custom field, handling type differences (text, date, select, etc.). |
| Attachments | Not in this platform | Attached documents are not included in the JSON project export. The Twproject support documentation confirms this omission explicitly. We cannot migrate attachments via the standard export path. Customers must handle document migration separately, typically via direct file transfer. |
| ToDos | Not in this platform | ToDos are a lightweight checklist feature within Twproject and are explicitly excluded from the JSON project export. We flag this to customers during scoping and recommend they either treat ToDos as non-critical or migrate them manually as part of a separate task. |
| Gantt / WBS Structure | Fully supported | Twproject's Gantt view is built on a Work Breakdown Structure where each project node can have phases, sub-phases, and tasks. The JSON export captures this hierarchy. We preserve parent-child relationships and phase assignments during migration. |
| Kanban Boards | Mapping required | Kanban is a daily planning view in Twproject rather than a top-level object. We migrate task assignments and statuses which drive the Kanban display. The board configuration itself (columns, swimlanes) may not be fully portable depending on the destination platform. |
| Tags and Labels | Mapping required | Tasks and projects can carry tags. We retrieve tag assignments via API and map them to the destination's tagging system. Some destinations use flat tag lists while others use a taxonomy — we normalize during the mapping phase. |
| Resource Allocation / Workload | Mapping required | Twproject's resource workload view shows assignment distribution across time. We pull assignment data per resource and reconstruct a workload view in the destination. Note that Twproject stores allocation at the assignment level; we aggregate by resource and period for the migration. |
| MS Project Import/Export | Mapping required | Twproject supports importing and exporting MS Project files. This is useful for cross-platform handoffs. We can use this path for projects that originated in MS Project, preserving task hierarchy and dates. Customers originating in Twproject who need MS Project export as an interim format can use this feature. |
Gotchas
What to watch for in Twproject migrations
Issues we've hit on past Twproject migrations, tagged by severity. FlitStack AI handles every one — surfacing them up front because buyer engineering teams want to know.
Project JSON export excludes worklogs, costs, and attachments
API authentication tied to individual user credentials
On-premise deployments use customer-specific server URLs
License count is based on enabled users, not active assignments
| Severity | Issue |
|---|---|
| High | Project JSON export excludes worklogs, costs, and attachments |
| Medium | API authentication tied to individual user credentials |
| Medium | On-premise deployments use customer-specific server URLs |
| Low | License count is based on enabled users, not active assignments |
Leaving Twproject?
Where Twproject customers move next
5 destinations Twproject can migrate to.
How a Twproject migration works
Four steps, Twproject-specific
Connect
API key per user account into Twproject. Scopes limited to read-only on the data we move.
Map
We translate Twproject-specific structures (custom fields, objects, value lists) to the destination's model.
Sample
Test with a 50–200 record subset to validate Twproject quirks before production.
Migrate
Full migration with Twproject rate-limit handling. Rollback available throughout.
FAQ
Twproject migration FAQ
Answers to the questions buyers ask most during Twproject migration scoping. Not seeing yours? Book a call.
Can't find your answer?
Walk through your Twproject migration with a real engineer — 30 minutes, free, written quote within 24 hours.
Book a free 30 minute consultationOther project management tools we support
Ready when you are
Migrate Twproject.
Without the rebuild.
Free scoping call with a migration engineer. Tell us about your Twproject setup and destination — written quote back within a business day.