Features

One workspace, four surfaces

A board for the sprint, a backlog for what is next, a calendar for deadlines and a separate one for meetings. Same permissions across all of them.

Board

Kanban with the parts teams actually use

Columns you name yourself, WIP limits, drag and drop, and an issue key on every card so you can say "WTM-14" out loud in a stand-up.

  • Sub-tasks, epics, labels and story points
  • Filter by person or text, instantly
  • Comments, attachments and full history per task
To do 2
Sprint planning WTM-14HighMH
Update onboarding WTM-17LowSA
In progress 1
Calendar resource sync WTM-09HighSA
S M T W T F S
3
Task deadlines Meetings

Calendars

Deadlines and meetings do not share a lane

Most tools pile both onto one calendar, and the stand-up buries the release date. Here they are two views: the board calendar shows what is due, the meetings calendar shows where people have to be.

  • Day, week and month views
  • Attendees, location and a meeting link
  • Reminders before a meeting starts

Roles and access

Four roles, and a client can only look

Permission is checked on the server for every request, not hidden in the interface. A viewer who calls the API directly still cannot write.

Admin

Runs the workspace: invites, roles, billing and every project.

Project manager

Creates and archives projects, manages columns, moves anything.

Member

Creates and edits tasks, comments, books meetings.

Viewer

Reads the board and the calendar. Cannot change a single field — useful for a client.

Migration

Bring a Jira project across in one command

Reads live from Jira Cloud over its API, so you get clean data rather than a backup file that only another Jira can open.

  • Projects, issues, sub-tasks, epics and labels
  • Comments and attachments, with their original dates
  • Safe to re-run — it updates rather than duplicating
# dry run first, nothing is written
$ manage.py import_from_jira \
--owner you@example.com --dry-run
Imported
  projects      3
  tasks         412
  comments      887
  attachments   96

See it with your own project