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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content_type | Yes | MIME type of the file (e.g., 'image/png', 'application/pdf') | |
| file_name | Yes | Name of the file to upload | |
| file_size | Yes | Size of the file in bytes | |
| issue_id | Yes | ID of the issue to attach file to | |
| project_id | Yes | ID of the project containing the issue |