Skip to main content
Glama

get-issue-activity

Retrieve detailed activity information for a specific issue within a Plane project by providing project, issue, and activity IDs.

Instructions

Get detailed information about a specific issue activity

Input Schema

NameRequiredDescriptionDefault
activity_idYesID of the activity to retrieve
issue_idYesID of the issue containing the activity
project_idYesID of the project containing the issue

Input Schema (JSON Schema)

{ "properties": { "activity_id": { "description": "ID of the activity to retrieve", "type": "string" }, "issue_id": { "description": "ID of the issue containing the activity", "type": "string" }, "project_id": { "description": "ID of the project containing the issue", "type": "string" } }, "required": [ "project_id", "issue_id", "activity_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