Tasks — tags, links, and comments

Organize work with tags, cross-module links, and task comments alongside kanban and Gantt views.

Last updated June 7, 2026

Overview

The Tasks module supports kanban boards, Gantt timelines, dependencies, assignees, and attachments — plus wrkspace-scoped tags, links to other items, and flat comments on each task.

Tags

Tags are shared across the wrkspace (not per module). When editing a task:

  • Assign tags from the tag combobox — type to create a new tag on the fly
  • Filter the board or list by tag from the module toolbar

Tags appear on list rows (Tags column) and kanban cards (first two tags plus an overflow count).

Links

Link a task to other items in the same wrkspace:

  • Other tasks
  • Doc pages
  • Forum threads
  • Decisions

Use the link picker combobox with type filter pills above the search field. Linked items show with a type pill and clickable title; remove with the trash control.

Linked from backlinks appear on decisions, tasks, and OKR key results that reference the task.

Comments

Each task supports flat comments (not threaded in v1):

  • Post from the task panel with author avatar and timestamp
  • Assignees receive a notification when someone comments (task.commented activity)
  • Kanban cards show a comment count badge

Task panel

Open a task to see collapsible sections — Schedule, Work, and Details — with label info tooltips for dates, blocked-by dependencies, attachments, and links.

Views

ViewNotes
KanbanTags, comment count, assignees, dependencies
ListTags column, sortable columns
GanttTimeline with dependencies (tag chips on rows coming soon)

Example workflow

A product squad tags tasks by area (frontend, api), links each feature task to its spec doc page, and uses comments for async review before moving cards to Done.

Related