Skip to main content
Glama

list-cycle-issues

Retrieve all issues assigned to a specific project cycle in Plane.so, enabling users to view and manage cycle-related tasks and track progress within their project management workflow.

Instructions

List all issues in a specific cycle

Input Schema

NameRequiredDescriptionDefault
cycle_idYesID of the cycle to get issues from
project_idYesID of the project containing the cycle

Input Schema (JSON Schema)

{ "properties": { "cycle_id": { "description": "ID of the cycle to get issues from", "type": "string" }, "project_id": { "description": "ID of the project containing the cycle", "type": "string" } }, "required": [ "project_id", "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