Project Management2 min read

Key Concepts

Last updated April 1, 2026

Key Concepts of Project Management

Projects

Projects are the containers for all related work (Tickets). They organize tasks into logical groups and are defined by a unique, short identifier.

PropertyDescriptionFormat/Example
What They AreContainers for related tickets; organize workLogical Groups
KeyUnique identifier2-10 uppercase characters (e.g., WEB, GAME)
NameFull title"Website Redesign," "New Game Development"
LifecycleCan be created, updated, and archived when complete.-

Tickets

Tickets are the individual tasks or work items that track specific work to be done. Every ticket belongs to exactly one project.

PropertyDescriptionExample
What They AreIndividual tasks; unit of work-
KeyUnique identifier combining project key and numberWEB-45, GAME-123
Core PropertiesSummary, Description, Type, Status, Assignee, Reporter, Priority.-
LifecycleCreated $\to$ Assigned $\to$ Status Updated $\to$ Completed $\to$ Archived.-

Ticket Types

Ticket Types categorize the nature of the work, allowing for better organization and filtering. These types are customizable and can be assigned unique colors.

TypePurpose
BugSomething broken that requires fixing.
TaskRegular, general work to be done.
FeatureNew functionality to be added.
ImprovementEnhancement or update to existing functionality.
CustomTypes specific to your business needs (e.g., Maintenance, Question).

Statuses

The Status defines the current state of a ticket and tracks its progress through a defined workflow. Statuses are grouped into three primary lifecycle stages.

StageTypical StatusesDescription
OpenTo DoWork has been identified but not yet started.
In ProgressIn Progress, In ReviewWork is actively being done or is awaiting verification.
DoneDoneWork is completed and accepted.
OtherBlocked, On HoldUsed for temporary workflow interruptions.

Priorities

Priorities determine the importance and urgency of a ticket, helping teams order and focus their work.

LevelDescriptionIcon/ColorUse Case
HighestCritical, must be addressed immediately.Red (Double Up Arrow)Urgent problems.
HighImportant, should be done soon.Red (Up Arrow)Key project milestones.
MediumNormal priority for standard tasks.Orange (Dash)Default tasks.
LowCan wait until higher priority tasks are complete.Blue (Down Arrow)Small improvements.
LowestNice-to-have, do only when time allows.Blue (Double Down Arrow)Backlog ideas.

Time Tracking

Time tracking allows for planning (estimates) and measurement (logs) of effort spent on tickets.

  • Time Estimates: The expected time to complete the work, set during ticket creation.
Format: Weeks (w), Days (d), Hours (h), Minutes (m).
Example: 1w 2d 3h 30m
  • Time Logs: The actual time spent working. Logs track start/end times and allow comparison against the initial estimate.