Skip to main content
Glama

linear_transferIssue

Transfer an issue from one team to another in the Linear project management system by specifying the issue ID and the new team ID.

Instructions

Transfer an issue to another team

Input Schema

NameRequiredDescriptionDefault
issueIdYesID or identifier of the issue to transfer (e.g., ABC-123)
teamIdYesID of the team to transfer the issue to

Input Schema (JSON Schema)

{ "properties": { "issueId": { "description": "ID or identifier of the issue to transfer (e.g., ABC-123)", "type": "string" }, "teamId": { "description": "ID of the team to transfer the issue to", "type": "string" } }, "required": [ "issueId", "teamId" ], "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/tacticlaunch/mcp-linear'

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