Gnoll Docs Back to Dashboard
Quick Start
Getting Started

Issues

Issues are the core unit of work in Gnoll. Everything you track — tasks, bugs, features, epics, and decisions — is an issue.

Issue Types

TypeUse For
taskGeneral work items, to-dos, action items
bugDefects, regressions, things that need fixing
storyUser-facing features described from the user's perspective
epicLarge initiatives that contain child issues
decisionDecision records — track context, outcome, and consequences

Statuses

Issues move through these built-in statuses:

StatusMeaning
openReady to be worked on (or waiting for prioritization)
in_progressActively being worked on
closedComplete or resolved

You can also define custom statuses in Settings to match your team's workflow (e.g., "In Review", "QA", "Deployed").

Priority Levels

ValueLevelDescription
0NoneNo priority set
1LowNice to have, do when possible
2MediumShould be done soon
3HighImportant, address promptly
4UrgentDrop everything and fix

Creating Issues

From the All Issues page, click + New Issue. Required fields:

Optional fields:

Issue Detail View

Click any issue to see its full detail page. From here you can:

Epics & Child Issues

Epics are issues that contain other issues. Set an issue's parentId to an epic to nest it. The epic's detail view shows a completion bar based on how many children are closed.

Decision Records

Decision-type issues include extra fields for structured decision tracking:

Due Dates & Deferred Issues

Set a due date on any issue to track deadlines. Issues are flagged as:

Deferring an issue hides it from the Ready queue until a specified date. Useful for "not yet" work that you don't want cluttering your backlog.

Estimated Time & Acceptance Criteria

Two optional fields help with planning and quality:

Filtering & Sorting

The All Issues page supports filtering by:

Sort by: created date, updated date, priority, or due date.