Attachments
Attachments let you add files to work items -- screenshots, design mockups, log files, documents, spreadsheets, and more. Files are stored securely using S3-compatible storage and are accessible to all project members.
Upload files
SetGet provides multiple ways to attach files to a work item.
Drag and drop
- Open a work item in detail view or peek panel.
- Drag one or more files from your file manager into the work item's description area or attachments section.
- An upload indicator appears while files are being transferred.
- Once complete, the files appear in the Attachments section.
Click to upload
- Open a work item in detail view.
- Scroll to the Attachments section.
- Click the Upload button (or the + icon).
- Select one or more files from the file picker.
- Files are uploaded and attached to the work item.
Paste from clipboard
- Copy an image to your clipboard (e.g., take a screenshot with your OS screenshot tool).
- Open a work item and click into the description editor.
- Press
Ctrl+V(orCmd+Von macOS). - The image is uploaded and embedded inline in the description.
Pasted images are saved as attachments and displayed inline. They also appear in the Attachments section.
Upload during creation
- Open the creation modal.
- In the description editor, drag files in, paste images, or use the attachment button.
- Files are uploaded immediately and will be attached when the work item is created.
Supported file types
SetGet accepts a wide range of file types. The following table lists commonly uploaded categories:
| Category | File extensions | Preview support |
|---|---|---|
| Images | .png, .jpg, .jpeg, .gif, .svg, .webp, .bmp | Yes |
| Documents | .pdf, .doc, .docx, .txt, .rtf | PDF only |
| Spreadsheets | .xls, .xlsx, .csv | No |
| Presentations | .ppt, .pptx | No |
| Archives | .zip, .tar, .gz, .7z, .rar | No |
| Code | .json, .xml, .yaml, .yml, .html, .css, .js, .ts, .go, .py | No |
| Design | .fig, .sketch, .psd, .ai | No |
| Video | .mp4, .mov, .avi, .webm | No |
| Audio | .mp3, .wav, .ogg | No |
Files without preview support can still be downloaded by any project member.
TIP
For the best experience with bug reports, paste screenshots directly into the description. Inline images are immediately visible without needing to open the attachments section.
File size limits
| Limit | Value |
|---|---|
| Maximum file size | 50 MB per file |
| Maximum files per upload | 10 files at once |
| Maximum attachments per work item | No hard limit (subject to workspace storage quota) |
Files exceeding the size limit are rejected with an error message. For large files, consider using an external file sharing service and linking to it in the description.
WARNING
Very large files (over 20 MB) may take longer to upload depending on your network connection. A progress indicator shows the upload status.
Preview attachments
Image preview
Images attached to a work item display as thumbnails in the Attachments section. Click a thumbnail to open a full-size lightbox view.
In the lightbox:
- Use arrow keys or click navigation buttons to move between images.
- Zoom in and out with scroll or pinch gestures.
- Click outside the lightbox or press
Escto close.
PDF preview
PDF files display an embedded preview viewer. Click a PDF attachment to open it in a viewer panel that supports:
- Page navigation
- Zoom controls
- Full-screen mode
Other file types
Files without built-in preview support display a file icon with the file name and size. Click to download.
Download files
Download a single file
- In the Attachments section, hover over the file.
- Click the download icon (arrow pointing down).
- The file downloads to your browser's default download location.
Download from the lightbox
When viewing an image or PDF in the lightbox/preview, click the download button in the viewer toolbar.
Download all attachments
If a work item has multiple attachments, you can download them individually. Batch download of all attachments as a zip file is available from the attachments section header menu.
Delete attachments
- In the Attachments section, hover over the file.
- Click the trash icon.
- Confirm the deletion.
WARNING
Deleting an attachment is permanent. The file is removed from storage and cannot be recovered. If the file was also embedded inline in the description, the inline reference will show a broken image placeholder.
Who can delete attachments
- The person who uploaded the file can always delete it.
- Project admins and workspace admins can delete any attachment.
- Regular members can only delete their own uploads.
Inline images in descriptions
Images can be embedded directly in the work item description using the rich text editor. Inline images are different from the general attachments section:
| Feature | Inline images | Attachments section |
|---|---|---|
| Visible in description body | Yes | No |
| Appears in Attachments list | Yes | Yes |
| Supports non-image files | No | Yes |
| Position control | Yes (in text flow) | No (listed chronologically) |
| Drag-and-drop to description | Yes | N/A |
| Paste from clipboard | Yes | No |
To add an inline image:
- Click into the description editor.
- Drag an image file into the editor, paste from clipboard, or use the image button in the toolbar.
- The image appears at the cursor position.
- Resize by dragging the corner handles.
Storage architecture
SetGet stores attachments using S3-compatible object storage (MinIO). This provides:
| Feature | Detail |
|---|---|
| Durability | Files are stored redundantly on the storage backend |
| Access control | Files are served through the API with workspace-level authentication |
| Presigned URLs | Downloads use time-limited presigned URLs for security |
| Two-phase upload | Files are uploaded to a presigned URL, then confirmed via the API |
Attachments are stored in the private storage bucket. They are not publicly accessible -- users must be authenticated members of the workspace to download files.
Upload flow
- The frontend requests a presigned upload URL from the API.
- The file is uploaded directly to S3-compatible storage using the presigned URL.
- The frontend sends a confirmation to the API with the file metadata.
- The API records the attachment in the database and associates it with the work item.
This two-phase approach keeps large file transfers off the API server while maintaining access control.
Attachments in activity feed
Attachment changes are recorded in the work item's activity feed:
- File uploaded -- Shows who uploaded the file, the file name, and timestamp.
- File deleted -- Shows who deleted the file and the file name.
Search and filter
Currently, attachments are not searchable by file name or content. To find work items with attachments, you can:
- Use the Has attachment filter in the filter bar to show only work items that have at least one attachment.
- Browse the Attachments section of individual work items.
Best practices
- Use screenshots for bug reports -- A screenshot is often clearer than a paragraph of text. Paste screenshots directly into the description for maximum visibility.
- Name files descriptively -- "login-error-2024-03-15.png" is more useful than "Screenshot 2024-03-15.png" when scanning the attachments list.
- Keep attachments relevant -- Remove outdated files when they no longer apply. Stale attachments can mislead team members.
- Use inline images for key visuals -- Design mockups, expected versus actual screenshots, and architecture diagrams belong inline in the description where they provide immediate context.
- Use the attachments section for reference files -- Log files, CSV exports, and documents that support the work item but are not the primary content belong in the attachments list.
- Respect file size limits -- Compress large images before uploading. Use external links for video files or large datasets.
- Do not use attachments for version control -- Code changes belong in your version control system, not as file attachments. Link to commits or pull requests instead.
Related pages
- Work Item Properties -- Complete property reference
- Work Item Overview -- Create and manage work items
- Comments -- Discuss work items with attachments in comments
- Pages Editor -- Rich text editor with image support
- Bulk Operations -- Manage multiple work items