Turn project intent into governed, visible work.
Work is project-owned. Start with a saved-query board and workflow, then create typed items, move them through lanes, assign responsibility, connect related work, and retain the decision history.
Open the project Work space
What you need
- An organization project. Organization Home can show assigned work, but it does not own a separate organization work board.
- Permission to create or update project work for mutation workflows.
- Project-management permission to configure type definitions and workflow.
If no board exists, Work shows an empty state with a route to create the first board. Loading, paginated results, move failures, and permission errors remain visible rather than presenting stale success.
Create the first board
- Name the board.Use a stable delivery view such as Product delivery or Maintenance.
- Create it.Mozaic creates the initial saved-query board with New, In progress, and Done columns.
- Return to Work.The board displays matching work cards by lane. Empty columns remain visible.
- Move accessibly.Drag a card between lanes or use its lane selector. Both perform the same version-checked transition.
Success state
The board is available as the project's default working view and its lane configuration can be edited in Workflow settings.
Configure workflow lanes
- Open the default board workflow.If the page says to create a default board first, complete the board workflow above.
- Name each lane.Use language the team recognizes while retaining a canonical Open, In progress, or Done status.
- Mark active work.Active-work lanes determine which assignments receive delivery attention.
- Choose the default.New work begins in this lane.
- Reorder, archive, or restore.Archived lanes stop being new transition targets without erasing historical transitions.
- Save.The updated board version becomes the transition contract for subsequent moves.
A stale save can be rejected when another manager changed the board. Reload and reconcile the latest lane order instead of overwriting it.
Define work item types
Starter kinds are Task, Bug, Feature, and Private security report. Type definitions determine the label and optional typed custom fields available on items.
- Select a definition.Review its active status and current immutable version.
- Edit the display name and active state.Inactive types remain meaningful for existing items but cannot be chosen for new work.
- Define fields.Use valid typed-field JSON for boolean, single select, multi-select, user, integer, date, or text fields, including choices and required state where applicable.
- Create the new version.The server validates the definition. Existing items retain the type version under which their data was recorded.
Save remains disabled and explains the dependency until every required custom field has a valid value.
Create a work item
- Choose the type.Select Task, Bug, Feature, or Private security report. Project settings can version the labels and fields for the starter types but do not add another creation kind.
- Write the title.Make the desired outcome easy to recognize on a board card.
- Add the rich description.Include context, acceptance notes, tables, tasks, code, resource references, or ready media as appropriate.
- Create.The item receives the workflow's default lane and opens its detail view.
Its content is restricted. On a public project, an authenticated external reporter receives only a “Private report received” acknowledgement and opaque reference.
Plan and execute from item detail
- Refine the description.Edit rich prose; use Description history to inspect immutable earlier revisions.
- Set ownership.Choose a team, one or more eligible assignees, labels, and an optional milestone.
- Complete custom fields.Fill every field required by the exact type version. User choices are authorization-filtered.
- Transition the work.Use Start progress, Resolve, Reopen, or another available lane transition. Transition history records actor and state change.
- Discuss.Add flat rich comments, edit your own contribution, and inspect its revision history. Work comments do not have a conversation-resolution control.
- Attach evidence.Select a file. The client binds the request to its SHA-256 digest; the attachment enters quarantine and is downloadable only after safe processing.
Success state
The detail view and board agree on the canonical status, responsibility is visible, required fields are satisfied, and all revisions remain attributable.
Relate work without duplicating it
From item detail, add a relation using the exact UUID of another visible work item.
- Relates to
- A symmetric contextual connection without dependency semantics.
- Blocks
- Records that this item prevents progress on the related item.
- Duplicate of
- Points this item to the authoritative existing item.
Relations are version-checked and may target only work visible to the current member. A not-found response can therefore mean the identifier is wrong or the target is outside your authorization.
Group work into a milestone
- Enter title and due date.The date drives upcoming delivery attention on organization Home.
- Add a rich description.Explain the outcome, scope, and release criteria.
- Create and assign.Open each work item and select the milestone in its assignment fields.
- Revise deliberately.Milestone description edits retain their revision history.
Handle abusive or sensitive submissions
Authorized moderators can mark the work item itself as visible, hidden, or spam with an audited reason. Individual work comments use the submitted-prose controls: hide and restore are reversible, while permanent security/legal redaction removes the comment's current and historical prose. Hard redaction requires fresh authentication where enforced and exact HARD REDACT confirmation and cannot be undone.
Common failures and current limits
No board or workflow is available
Create the first board from Work before opening Workflow settings. A project can contain work types and milestones without an active default board, but lane configuration needs one.
A lane move fails
The item or board version changed, the destination was archived, or your permission changed. Reload Work and retry against the current lanes.
Save remains disabled
Complete all required typed fields and resolve field-validation messages. Integer and date fields must use valid values; select values must belong to the current type definition.
An attachment cannot be downloaded
It is still quarantined, was rejected, or is outside your authorization. Wait for safe processing; never treat upload acknowledgement as a malware-scan result.
A related item is not found
Check the exact UUID. Search and relation resolution deliberately return only work you are authorized to see.
- The canonical board lives under a project, not at organization Work.
- Type-definition changes create versions; they do not rewrite historical item data.
- Archived lanes and inactive types remain in history.
- Public work submission still requires authentication; security-report content stays private.