Skip to main content

Editing Issues — Severity, Status, and Priority

The issue detail page is your central hub for everything about a specific bug or problem. This page explains how to update each field and what they mean.


Opening an issue

You can open an issue from:

  • Issues list — click the issue title
  • Sprint board — click an issue card
  • Kanban board — click an issue card
  • My Tasks view — if the issue is assigned to you

Issue status

Status tracks where the issue is in the resolution process.

StatusWhat it means
OpenFiled, not yet being worked on
In ProgressSomeone is actively investigating or fixing it
In ReviewFix submitted, awaiting code review or QA sign-off
ResolvedFix has been applied and verified
Won't FixTeam has decided not to fix it (add a reason in comments)
ClosedFully resolved and confirmed. No further action needed.

Changing status

  1. Open the issue.
  2. Click the Status badge at the top of the detail panel.
  3. Select the new status from the dropdown.
Status and sprint boards

Status changes are reflected immediately on the Kanban board. When you move an issue to In Progress, it also records the actual start date automatically.


Severity

Severity describes how serious the impact of the bug is on the system or users.

SeverityDefinition
CriticalSystem is down, data loss, security vulnerability — affects all users
HighMajor feature broken, significant impact, no workaround
MediumFeature partially broken or impaired, workaround exists
LowMinor issue, cosmetic, minimal user impact

To change severity:

  1. Open the issue.
  2. Click the Severity field.
  3. Select the appropriate level.

Priority

Priority reflects how urgently the issue should be addressed, which may differ from its severity.

PriorityWhen to use
CriticalMust be fixed immediately, blocking a release or key workflow
HighFix in the current or next sprint
MediumFix soon, but not blocking
LowFix when there is time, or backlog

Description

The description field supports rich text. A good description includes:

  • Steps to reproduce the bug
  • Expected behavior — what should happen
  • Actual behavior — what happens instead
  • Environment details — browser, OS, version number
  • Screenshots or attachments — add these in the Attachments section

To update the description:

  1. Click in the Description area.
  2. Edit the content.
  3. Changes save automatically.

Assignee

To assign or reassign the issue:

  1. Click the Assignee field.
  2. Select a team member.

The new assignee receives an in-app notification.

Unassigned issues

Unassigned issues appear in a dedicated "Unassigned" section on the Kanban board. Make sure all active sprint issues have an assignee so nothing falls through the cracks.


Planned dates

Planned start and end dates indicate when the fix is scheduled.

  1. Click Planned start → pick a date.
  2. Click Planned end → pick a date.

These dates appear on the Gantt chart if the issue is in a sprint.


Tags

Tags let you label and filter issues. Common examples: regression, performance, ui, api, security.

  1. Click the Tags field.
  2. Type a tag and press Enter, or select from existing tags.
  3. Remove a tag by clicking the × next to it.

Linking to an epic

If this issue belongs to a larger theme or feature area:

  1. Click the Epic field.
  2. Search for and select an epic.

See Linking work to epics.


Comments and activity

Comments work the same way on issues as on tasks. Use the Comments section to discuss the bug, share findings, or coordinate the fix.

The Activity tab shows a full history of all changes — who changed what, and when.


Attachments

You can attach screenshots, log files, videos, or any supporting files to an issue.

See Attachments — the same system is used for both tasks and issues.


Closing vs resolving

  • Resolved means the fix has been applied. Use this when a developer has pushed a fix.
  • Closed means the fix has been verified and the issue is confirmed fixed. Use this after QA has validated the resolution.

This two-step process ensures issues are not marked closed without verification.