RefractTrack Attachments: Difference between revisions
Appearance
Nerdofepic (talk | contribs) Created page with "== Attachments == Tasks support file attachments, gated by <code><nowiki>attachments:view</nowiki></code> / <code><nowiki>attachments:create</nowiki></code> / <code><nowiki>attachments:delete</nowiki></code>. === Storage === Uploaded files are stored on disk under <code><nowiki>uploads/tasks/<task_id>/</nowiki></code> with randomized filenames. By default only <code><nowiki>.jpg .jpeg .png .gif .webp .zip</nowiki></code> are accepted, and the allowed list is configura..." |
Nerdofepic (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
== Attachments == | == Attachments == | ||
Tasks | Tasks can carry file attachments — a screenshot of a bug, a piece of reference art, a design doc, whatever's useful. By default, image files and zip archives are accepted; your admin can widen or narrow that list, and set a maximum file size, to suit your team. | ||
=== | === Who can see what === | ||
Attachments follow the same access rules as everything else in RefractTrack: only people with permission to view attachments — and access to that specific project — can open a file. There's no way to guess or share a direct link that bypasses those checks; every download is checked first. | |||
=== Related pages === | === Related pages === | ||
* [[RefractTrack_Tasks|Tasks]] | * [[RefractTrack_Tasks|Tasks]] | ||
* [[RefractTrack_Permissions_and_Roles|Permissions and Roles]] | * [[RefractTrack_Permissions_and_Roles|Permissions and Roles]] | ||
Revision as of 00:13, 29 August 2026
Attachments
Tasks can carry file attachments — a screenshot of a bug, a piece of reference art, a design doc, whatever's useful. By default, image files and zip archives are accepted; your admin can widen or narrow that list, and set a maximum file size, to suit your team.
Who can see what
Attachments follow the same access rules as everything else in RefractTrack: only people with permission to view attachments — and access to that specific project — can open a file. There's no way to guess or share a direct link that bypasses those checks; every download is checked first.