Skip to main content
Glama

transfer-issues

Move issues from one project cycle to another within Plane project management, helping teams reorganize work when priorities or timelines change.

Instructions

Transfer issues from one cycle to another

Input Schema

NameRequiredDescriptionDefault
cycle_idYesID of the source cycle to transfer issues from
new_cycle_idYesID of the target cycle to transfer issues to
project_idYesID of the project

Input Schema (JSON Schema)

{ "properties": { "cycle_id": { "description": "ID of the source cycle to transfer issues from", "type": "string" }, "new_cycle_id": { "description": "ID of the target cycle to transfer issues to", "type": "string" }, "project_id": { "description": "ID of the project", "type": "string" } }, "required": [ "project_id", "cycle_id", "new_cycle_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/disrex-group/plane-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server