clickup-migration-deep-dive

Featured

Migrate to ClickUp from other project management tools (Jira, Asana, Trello) or migrate data between ClickUp workspaces using API v2. Trigger: "migrate to clickup", "clickup migration", "jira to clickup", "asana to clickup", "trello to clickup", "clickup data migration", "move tasks to clickup", "clickup import".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# ClickUp Migration Deep Dive ## Overview Migrate project data to ClickUp from external tools or between ClickUp workspaces using API v2. Covers data mapping, batch creation, custom field migration, and validation. ## Migration Types | Source | Complexity | Key Challenge | |--------|-----------|---------------| | Trello | Low | Board -> List mapping, labels -> tags | | Asana | Medium | Sections -> statuses, custom fields | | Jira | High | Epics/stories/subtasks, custom fields, workflows | | Another ClickUp workspace | Medium | Custom field UUIDs differ per workspace | ## ClickUp Hierarchy Mapping ``` External Concept ClickUp API v2 Target ───────────────── ────────────────────── Project/Board → Space (POST /team/{team_id}/space) Epic/Section → Folder (POST /space/{space_id}/folder) Sprint/Column → List (POST /folder/{folder_id}/list) Issue/Card/Task → Task (POST /list/{list_id}/task) Subtask → Task with parent (parent field) Label/Tag → Tag (POST /task/{task_id}/tag/{tag_name}) Custom Field → Custom Field (POST /task/{task_id}/field/{field_id}) Comment → Comment (POST /task/{task_id}/comment) Attachment → Attachment (POST /task/{task_id}/attachment) ``` ## Migration Script ```typescript // src/migrate-to-clickup.ts interface MigrationItem { externalId: string; name: string; description: string; status: string; priority?: 'urgent' | 'high' | '...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

clickup-upgrade-migration

Migrate between ClickUp API versions (v2 to v3) and handle breaking changes. Use when upgrading API versions, adapting to endpoint changes, or migrating between ClickUp plan tiers. Trigger: "upgrade clickup API", "clickup v2 to v3", "clickup breaking changes", "clickup API migration", "clickup deprecation".

2,266 Updated today
jeremylongshore
AI & Automation Featured

clickup-core-workflow-b

Manage ClickUp workspaces, spaces, folders, lists, and views via API v2. Use when creating project structures, organizing spaces and lists, or managing the ClickUp hierarchy programmatically. Trigger: "clickup space", "clickup folder", "clickup list", "clickup views", "create clickup space", "organize clickup workspace", "clickup hierarchy".

2,266 Updated today
jeremylongshore
AI & Automation Featured

clickhouse-migration-deep-dive

Execute ClickHouse schema migrations — ALTER TABLE operations, data migration between engines, versioned migration runners, and zero-downtime schema changes. Use when modifying ClickHouse schemas, migrating data between tables, or implementing versioned migration workflows. Trigger: "clickhouse migration", "clickhouse ALTER TABLE", "clickhouse schema change", "migrate clickhouse", "clickhouse add column", "clickhouse schema migration".

2,266 Updated today
jeremylongshore
AI & Automation Featured

clickup-reference-architecture

Production architecture for ClickUp API v2 integrations with layered design, custom fields, time tracking, goals, and two-way sync patterns. Trigger: "clickup architecture", "clickup design", "clickup project structure", "clickup custom fields", "clickup time tracking", "clickup goals API".

2,266 Updated today
jeremylongshore
AI & Automation Featured

hubspot-migration-deep-dive

Execute CRM data migration to HubSpot with batch imports and validation. Use when migrating from Salesforce/Pipedrive/spreadsheets to HubSpot, performing bulk data imports, or re-platforming to HubSpot CRM. Trigger with phrases like "migrate to hubspot", "hubspot data import", "salesforce to hubspot", "hubspot migration", "bulk import hubspot".

2,266 Updated today
jeremylongshore