Allows you to manage file attachments associated with work items and Intake work items. You can upload new attachments and retrieve existing attachments for a specific work item. Learn more about Attachments →Documentation Index
Fetch the complete documentation index at: https://developers.plane.so/llms.txt
Use this file to discover all available pages before exploring further.
Upload process
- Get the upload credentials.
- Upload the file to storage.
- Complete attachment upload to notify server.
The Attachment object
Attributes-
idstring Unique identifier for the attachment -
created_at,updated_at,deleted_attimestamp Timestamp when the attachment was created, when it was last modified or deleted -
attributesobject Contains file metadata:namestring
sizeinteger
typestring
-
assetstring Storage path/identifier for the attachment file -
entity_typestring AlwaysISSUE_ATTACHMENTfor work item attachments -
entity_identifierstring Entity identifier for the attachment -
is_deletedboolean Whether the attachment has been deleted -
is_archivedboolean Whether the attachment has been archived -
external_idstring or null External identifier if the issue and its attachments are imported to Plane -
external_sourcestring or null Name of the source if the issue and its attachments are imported to Plane -
sizeinteger File size in bytes -
is_uploadedboolean Whether the file has been successfully uploaded -
storage_metadataobject Cloud storage metadata:ETagstring
Metadataobject
ContentTypeobject
LastModifiedtimestamp
ContentLengthinteger
-
created_bystring ID of user who created the attachment -
updated_bystring ID of user who last modified the attachment -
deleted_bystring ID of user who deleted the attachment -
workspacestring ID of workspace containing the attachment -
projectstring ID of project containing the work item -
issuestring ID of work item containing the attachment -
userstring ID of user associated with the attachment -
draft_issuestring ID of draft work item if applicable -
commentstring ID of comment if attachment is associated with a comment -
pagestring ID of page if attachment is associated with a page

