Skip to main content
Glama

updateIssue

Modify Backlog issue details including status, description, and comments using the issue ID to track project tasks and updates.

Instructions

Backlog課題を更新します

Input Schema

NameRequiredDescriptionDefault
commentNo更新時のコメント
descriptionNo課題の説明
issueIdYes課題のID(例: PROJECT-1)
statusNo新しいステータス

Input Schema (JSON Schema)

{ "properties": { "comment": { "description": "更新時のコメント", "type": "string" }, "description": { "description": "課題の説明", "type": "string" }, "issueId": { "description": "課題のID(例: PROJECT-1)", "type": "string" }, "status": { "description": "新しいステータス", "type": "string" } }, "required": [ "issueId" ], "type": "object" }

Latest Blog Posts

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/jootsuki/backlog-mcp-server'

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