What it does
A project groups related threads. It owns a ref prefix — a short code used to number every thread in it (e.g. PLAT-1, PLAT-2) — and a workflow: the ordered set of stages a thread passes through, such as Backlog → To Do → In Progress → In Review → Done.
Where to find it
Open a workspace (/dashboard/workspaces → a workspace), then create or open a project. A project board lives at /dashboard/projects/<id>.
Step by step
Create a project
- Open a workspace and click New project.
- Enter a name. Leave Prefix blank to have one generated (e.g. "Back-End" →
BE), or set your own (1–8 letters/numbers). - Choose a workflow and a visibility, then click Create project.
Use the board
- Open a project to see its Board view, with one column per workflow stage.
- Add work with New thread.
- Move a thread between stages from the ⋯ menu on its card, or from the thread page.
Edit project settings
- Owners and admins see a gear button in the project header. Click it to update the project's name,
description and colour, then Save changes.
What each screen shows
- Project card (in a workspace) — the ref prefix badge, open-thread count and total threads.
- Project board — columns for each workflow stage, with thread cards you can move and open. A Board / List toggle switches the layout.
Tips
- Your team starts with a sensible Default workflow — you can attach it to every project.
- Moving a thread into the final (terminal) stage automatically marks it resolved.
- A sequential workflow only lets a thread move to the next or previous stage — this is enforced
everywhere (on the board and via the API), so work can't skip steps.
Troubleshooting
- Prefix already taken? Threadwork makes prefixes unique per team by appending a number — pick a distinct one if you'd rather.