0
[feature]: allow attaching multiple files at once to a work item
Source: makeplane/plane#9544 · opened by @ebubekirdrkl
Is there an existing issue for this? • I have searched the existing issues Summary Work item attachments can only be added one file at a time. In apps/web/core/components/issues/attachment/attachment-upload.tsx the dropzone is configured with multiple: false, and onDrop takes only the first entry: Two consequences: 1. The file picker does not let you select more than one file. 2. If you drag and drop several files at once, only the first is uploaded and the rest are silently discarded — no error, no indication. That part reads more like a bug than a limitation. Why should this be worked on? Attaching a set of files is the normal case, not the exception: a handful of screenshots for a bug report, a log bundle, several exported documents. Right now each file is a separate drag-and-wait cycle, and dropping them together looks like it worked while quietly dropping all but one. Backend impact None. IssueAttachmentV2Endpoint.post already creates exactly one FileAsset and on…
No pledges yet. Be the first to back this.
Comments
Similar requests
[feature]: Add work item custom properties to /work-items/ API response
1 vote · 0 comments
[feature]: filter selection with negative operator
3 votes · 0 comments
[feature]: Allow workspace- or organization-wide work item templates
0 votes · 0 comments
[feature]: Support more file type attachment
0 votes · 0 comments
[feature]: Create Work Item in Workspace Without Entering Project
0 votes · 0 comments
No comments yet.