project-lifecycle
Installation
SKILL.md
Managing Tickets in Plane
Plane Configuration
Connection: Plane MCP server or direct Plane REST API at https://plane.delo.sh
Plane REST API Endpoints:
GET /api/v1/workspaces/{workspace}/projects/{project}/issues/- List issuesPOST /api/v1/workspaces/{workspace}/projects/{project}/issues/- Create issuePATCH /api/v1/workspaces/{workspace}/projects/{project}/issues/{id}/- Update issueGET /api/v1/workspaces/{workspace}/projects/{project}/states/- List states/statusesGET /api/v1/workspaces/{workspace}/projects/{project}/labels/- List labels
Authentication: X-Api-Key header with value from workspace-specific env var (e.g., PLANE_API_KEY)