Project Management migration
Field-level mapping, validation, and rollback between ITM Platform and monday Work Management. We move data and schema; workflows are rebuilt natively in monday Work Management.
ITM Platform
Source
monday Work Management
Destination
Compatibility
7 of 12
objects map 1:1 between ITM Platform and monday Work Management.
Complexity
CModerate
Timeline
3-5 weeks
Overview
Moving from ITM Platform to monday.com is a structural migration that restructures ITM's three-tier portfolio hierarchy (Portfolio > Program > Project) into monday.com's board-group-item model. ITM's unlimited baseline tracking per project migrates as a structured dataset attached to each board, and ITM's Risks entity maps to a dedicated risk-tracking column set in monday.com. We handle ITM's 30-minute API session token expiry with automatic re-authentication, probe v2 endpoints before falling back to v1, and paginate through ITM's non-bulk API using offset/page looping to avoid undocumented throttling. monday.com automations and workflows do not migrate; we deliver a written automation inventory for the customer's admin to rebuild in monday's Automation Builder. Binary attachments are skipped because ITM's API does not expose a download endpoint for uploaded files.
Every standard and custom field arrives verified.
AI proposes the map; you confirm before any record moves.
Parent–child, lookups, and ownership stay linked.
Calls, emails, meetings — with original timestamps.
Documents, uploads, and inline notes move with the record.
Why teams make this switch
Leaving
What's pushing teams away
Choosing
What's pulling them in
Object mapping
Each row shows how a ITM Platform object lands in monday Work Management, including any object-level transformations, lookup resolution, or schema-design dependencies.
Typical mapping — final map is confirmed during the sample migration step.
ITM Platform
Portfolio
monday Work Management
Workspace + Board Folder
1:1ITM Platform's Portfolio sits above Programs in the hierarchy and groups strategic alignment tags, KPIs, and health metrics. monday.com does not have a native Portfolio equivalent. We map Portfolios to monday.com Workspace-level containers and, where the portfolio contains more than 20 programs, we create a top-level Board Folder to hold the collection of Program boards. Strategic alignment tags and KPI metadata migrate as custom columns on a designated Portfolio Overview board rather than native workspace properties.
ITM Platform
Program
monday Work Management
Board
1:1Each ITM Platform Program contains multiple Projects under a shared strategic theme. We create one monday.com Board per Program, with the Program name as the Board name and Program-level custom fields (manager, start date, strategic alignment tags) as custom columns on the Board header. The Board inherits the Portfolio's Workspace container, establishing the hierarchy in monday.com's organizational model.
ITM Platform
Project
monday Work Management
Group (within Board)
1:manyITM Platform Projects are the primary work container with custom fields, budget, status, and owner. In monday.com, each Project becomes a Group within its parent Program Board, with the Group name matching the Project name. Project-level custom fields (project_code, budget_actual, project_type) map to monday.com custom columns on the Group. Multiple Projects under one Program share the Board but are isolated in separate Groups, preserving the portfolio hierarchy without requiring a separate Board per Project.
ITM Platform
Task
monday Work Management
Item (within Group)
1:1ITM Platform Tasks map directly to monday.com Items within the appropriate Group. Task name becomes Item name, task description maps to the Text column, start_date and due_date map to the Date column, assignee maps to the People column, priority maps to a Status or Dropdown column, and estimated_hours maps to a Numbers column. Parent-child task relationships migrate as Item Dependencies in monday.com (if the Pro plan or above is selected) or are stored as a text reference column on child items.
ITM Platform
Subtask
monday Work Management
Sub-item or Checklist
lossyITM Platform Subtasks are nested under Tasks. Where the destination monday.com plan supports Sub-items (Standard and above), Subtasks migrate as Sub-items maintaining the parent-child relationship. On Free or Starter plans without Sub-item support, Subtasks flatten into the parent Item as a Checklist column. The migration scope documents which plan tier is in use and applies the appropriate structure during migration.
ITM Platform
Baseline
monday Work Management
Baseline Dataset (parallel board)
1:1ITM Platform's unlimited baseline tracking captures schedule, cost, and revenue snapshots per project. monday.com has no native baseline object. We extract all baseline records per project as a structured dataset (project_id, baseline_name, snapshot_date, planned_hours, actual_hours, planned_cost, actual_cost, planned_revenue, actual_revenue) and attach this as a JSON dataset to the project board or create a dedicated Baseline Tracking board with one item per baseline snapshot. Customers choosing the parallel board approach can then use monday's Chart and Dashboard features to visualize baseline variance over time.
ITM Platform
Milestone
monday Work Management
Date column + Milestone indicator
1:1ITM Platform Milestones are standalone date-driven markers that can belong to Projects or Tasks. We migrate Milestones as a dedicated Date column with a milestone flag (implemented as a Status column value or a checkbox column) on the relevant Item. Milestone name is preserved as a Text column alongside the date for context.
ITM Platform
Custom Field
monday Work Management
Custom Column
lossyITM Platform custom fields are entity-scoped (project, task, risk, purchase) and stored as key-value pairs. We extract each custom field definition and remap its type: text fields map to monday.com Text column, numeric fields to Numbers column, date fields to Date column, dropdown values to Dropdown or Status column, and boolean flags to Checkbox column. Each custom field is applied at the board or group level depending on entity scope in ITM.
ITM Platform
Risk
monday Work Management
Risk Tracking Board (custom board)
1:manyITM Platform Risks are a distinct entity type with probability, impact, owner, mitigation plan, and custom fields. monday.com has no native Risk object. We create a dedicated Risk Tracking Board with columns for Risk Name, Description, Probability (Dropdown), Impact (Dropdown), Owner (People), Mitigation Plan (Text), Status (Status), and linked Project (Board Relation). Risks that belong to a specific Project carry a Board Relation column pointing to the parent Program Board.
ITM Platform
Purchase
monday Work Management
Purchase Tracking Board (custom board)
1:manyITM Platform Purchases track procurement linked to Projects with name, amount, vendor, status, and custom fields. monday.com has no native Purchase entity. We create a dedicated Purchases Board with columns for Purchase Name, Amount (Currency or Numbers), Vendor (Text), Status (Status), and linked Project (Board Relation). Purchase amounts stored as numeric values in ITM migrate directly to monday.com Numbers or Currency columns.
ITM Platform
User
monday Work Management
Team Member
1:1ITM Platform Users are referenced across Tasks, Risks, and Assignments by UserID. We migrate the user list with name, email, and role, and remap UserIDs to monday.com Team Members by email match. Any ITM User without a matching monday.com account is flagged in a reconciliation queue for the customer's admin to provision before record import resumes. ITM role metadata (Project Manager, Resource, Stakeholder) maps to monday.com Team Member roles or is stored as a Text column in a Team Overview board.
ITM Platform
Time Entry
monday Work Management
Time Tracking Column or Custom Board
1:1ITM Platform Time Entries track hours logged against Tasks or Projects with date, hours, user, and description. monday.com's native Time Tracking column is available on Standard and above and records elapsed time against Items. For ITM entries that include a description and historical date (not just elapsed tracking), we create a Time Entries board with Items per entry or use the native Time Tracking column and log historical entries as past-dated time records. The choice depends on whether the customer needs to preserve the description field.
| ITM Platform | monday Work Management | Compatibility | |
|---|---|---|---|
| Portfolio | Workspace + Board Folder1:1 | Fully supported | |
| Program | Board1:1 | Fully supported | |
| Project | Group (within Board)1:many | Fully supported | |
| Task | Item (within Group)1:1 | Fully supported | |
| Subtask | Sub-item or Checklistlossy | Fully supported | |
| Baseline | Baseline Dataset (parallel board)1:1 | Fully supported | |
| Milestone | Date column + Milestone indicator1:1 | Fully supported | |
| Custom Field | Custom Columnlossy | Fully supported | |
| Risk | Risk Tracking Board (custom board)1:many | Fully supported | |
| Purchase | Purchase Tracking Board (custom board)1:many | Fully supported | |
| User | Team Member1:1 | Fully supported | |
| Time Entry | Time Tracking Column or Custom Board1:1 | Fully supported |
Gotchas + challenges
Platform-specific issues from each side, plus the pair-specific challenges that don't show up on either platform's page on its own.
ITM Platform gotchas
API session token expires 30 minutes after last call
v1 and v2 API endpoints coexist with no clear upgrade path
No documented bulk or batch API endpoint
monday Work Management gotchas
Subitems have no bulk export endpoint
API complexity budget constrains query depth
Daily call limits vary sharply across plan tiers
Automation and integration rules do not export via API
Saved views are not exposed via API
Pair-specific challenges
Migration approach
Discovery and API audit
We audit the source ITM Platform account across API version usage (v1 versus v2), project and program count, baseline volume (number of snapshots per project), risk and purchase entity counts, custom field definitions by entity type, and user roster. We pair this with a monday.com workspace audit confirming the account's plan tier (Free, Standard, Pro, Enterprise) and whether Sub-item support is available. The discovery output is a written migration scope document with record counts per entity, baseline dataset size, and a monday.com plan recommendation if Sub-items or advanced automations are required.
Workspace and board structure design
We design the monday.com workspace architecture: one Workspace per ITM Portfolio, one Board per ITM Program, and Groups within boards representing ITM Projects. We create the Risk Tracking Board and Purchase Tracking Board as standalone boards with Board Relation columns linking back to Program boards. We pre-create all custom columns matching ITM's custom field definitions with type-mapped monday.com column types. Schema design is validated in a monday.com test workspace before production migration begins.
Baseline dataset packaging
We extract all baseline records per project from ITM Platform and package them as structured datasets. For each project, we build a baseline array containing baseline_name, snapshot_date, planned_hours, actual_hours, planned_cost, actual_cost, planned_revenue, and actual_revenue. We either attach this dataset to the project board as a JSON column value or create a parallel Baseline Tracking board with one Item per snapshot. The customer chooses the packaging approach during scoping based on their reporting needs.
User and team reconciliation
We extract every distinct ITM Platform user referenced across Tasks, Risks, Purchases, and Assignments and match by email against the monday.com workspace members. Users without a matching monday.com account are placed in a reconciliation queue for the customer's admin to provision before record import resumes. ITM role metadata is preserved as a Text column in a Team Overview board or as monday.com Team Member roles if the account supports role management.
Production migration in dependency order
We run production migration in record-dependency order: Team Members first (manual provisioning validated), then Workspace and Board structure, then Groups (Projects) within boards, then Items (Tasks), then Sub-items or Checklists (Subtasks), then Milestones, then Risk and Purchase boards, then Time Entries, then Baseline datasets, then Comments (as Item updates). Each phase emits a row-count reconciliation report before the next phase begins. API session re-authentication occurs automatically between batches to handle ITM's 30-minute token expiry.
Cutover, validation, and automation handoff
We freeze ITM Platform write access during cutover, run a final delta migration of any records modified during the migration window, then enable monday.com as the system of record. We deliver a written automation inventory documenting every ITM Platform automation trigger and recommending a monday.com Automation Builder equivalent. monday.com V1-to-V2 migration guidance is included for any existing monday.com automations. We do not rebuild automations or workflows as code in the migration scope. Binary attachments (not accessible via ITM's documented API) are flagged for manual handoff.
Platform deep dives
ITM Platform
Source
Strengths
Weaknesses
monday Work Management
Destination
Strengths
Weaknesses
Complexity grading
Moderate Project Management migration. 1 of 8 objects need a manual workaround.
Overall complexity
Moderate migration
Derived from compatibility, mapping clarity, API constraints, and data volume across ITM Platform and monday Work Management.
Object compatibility
1 of 8 objects need a manual workaround.
Field mapping clarity
Field mapping is derived from defaults — final spec confirmed during the sample migration.
Timeline complexity
8-object category — typical timelines run 2–7 days end-to-end.
API constraints
ITM Platform: Not publicly documented.
Data volume sensitivity
ITM Platform doesn't expose a bulk API — REST + parallelization used for high-volume runs.
Estimator
Rule-based pricing — no per-record fees, no manual quotes. Migrations over 2M records are scoped individually.
Step 1
Pick a category, then your source and destination platforms.
Category
FAQ
Answers to the questions buyers ask most during ITM Platform to monday Work Management migration scoping. Not seeing yours? Book a call.
Walk through your ITM Platform to monday Work Management migration with a real engineer — 30 minutes, free, written quote within 24 hours.
Book a free 30 minute consultationAdjacent paths
Other ways to leave ITM Platform
Other ways to arrive at monday Work Management
Same-Project Management migrations
Ready when you are
Tell us record counts and timeline. We'll come back with a written quote inside 1 business day — no commitment, no sales pitch.