All modules

Project Management

Issues

Bug tracker with priority, status, assignee, and tags.

What it is

A simpler-than-Jira issue tracker for the kinds of bugs and design defects that come up during dev. Each issue has title, description, priority, status (open / in-progress / resolved), assignee, and tags.

When to use it

  • Logging a bug a teammate just reported.
  • Tracking design defects that aren't crash bugs but still need fixing.
  • Assigning ownership when triage decides who fixes what.
  • Reviewing what's open before a milestone push.

How to use it

  1. 1Click "+ New Issue" — title, description, priority.
  2. 2Assign to a teammate via the dropdown.
  3. 3Tag with feature area (combat / UI / save / audio).
  4. 4Move through status as work progresses.

Tips you should know

  • Status counts at the top of the list show open / in-progress / resolved at a glance.
  • Assignees track via userId — renaming the user updates everywhere.
  • Sort by priority + age to see what's been festering.
  • For external bug tracking (Steam reports, Discord), pair with the Webhooks module.

Related modules