clickup-upgrade-migration
Installation
SKILL.md
ClickUp Upgrade & Migration
Overview
Guide for migrating between ClickUp API versions. API v2 is the current stable version (/api/v2/). API v3 endpoints are gradually being introduced with terminology and structural changes.
Key v2 vs v3 Terminology Changes
| Concept | API v2 Term | API v3 Term |
|---|---|---|
| Workspace | Team (team_id) |
Workspace (workspace_id) |
| User Group | Team | Group (group_id) |
| Get workspaces | GET /team |
GET /v3/workspaces |
Pre-Migration Assessment
#!/bin/bash
# Audit current ClickUp API usage
echo "=== ClickUp API Usage Audit ==="