Issue attachments
Get upload credentials
Creates a pre-signed POST form data for uploading an attachment directly to S3. This endpoint handles the first step of the two-and-a-half step upload process where you first get the upload credentials and then use them to upload the actual file.
POST
Path parameters
The workspace-slug represents the unique workspace identifier for a workspace in Plane. It can be found in the URL. For example, in the URL https://app.plane.so/my-team/projects/
, the workspace slug is my-team
.
The unique identifier of the project
The unique identifier of the issue
Body
Original filename of the attachment
MIME type of the file (e.g.,
image/png
, application/pdf
)Size of the file in bytes
Response
Returns an object containing the S3 pre-signed POST data for direct upload.