Skip to main content
Glama

get-issue-attachment-upload-url

Generate a pre-signed URL to upload file attachments to a specific issue in Plane project management, requiring project ID, issue ID, file name, size, and content type.

Instructions

Get a pre-signed URL for uploading file attachments to an issue

Input Schema

NameRequiredDescriptionDefault
content_typeYesMIME type of the file (e.g., 'image/png', 'application/pdf')
file_nameYesName of the file to upload
file_sizeYesSize of the file in bytes
issue_idYesID of the issue to attach file to
project_idYesID of the project containing the issue

Input Schema (JSON Schema)

{ "properties": { "content_type": { "description": "MIME type of the file (e.g., 'image/png', 'application/pdf')", "type": "string" }, "file_name": { "description": "Name of the file to upload", "type": "string" }, "file_size": { "description": "Size of the file in bytes", "type": "number" }, "issue_id": { "description": "ID of the issue to attach file to", "type": "string" }, "project_id": { "description": "ID of the project containing the issue", "type": "string" } }, "required": [ "project_id", "issue_id", "file_name", "file_size", "content_type" ], "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