Skip to Content
WorkflowsBug Details

πŸ› Bug Details

View, edit, and collaborate on individual issues. The detail drawer brings together core fields, diagnostics, automated test scenarios, and the customer-facing panel in one side-by-side workspace.


🌟 Overview#

Click any issue on the πŸ“‹ Task BoardΒ  to open the Bug Detail Drawer β€” a side panel that displays everything about a single bug, task, or feature request. The drawer is where your team collaborates: editing fields inline, adding comments with @mentions, uploading annotated screenshots, logging work, and reviewing the diagnostic data captured by the πŸ’¬ Feedback widgetΒ  and the πŸ”Œ Browser ExtensionΒ .

Every change auto-saves and, when πŸ”— Jira syncΒ  is active, propagates to the corresponding Jira ticket in real time. The full activity history provides a complete audit trail.

A standalone full-screen version is also available at /bug-view/:bugId β€” useful for sharing a link or embedding the bug view inside another tool (e.g., the 🧩 Sniffer for JiraΒ  panel). It supports ?embed=true to hide chrome.


🏷️ Header#

The drawer header shows:

ElementDescription
Issue Keye.g., SNF-142 β€” click to copy
TitleEditable summary text
Status BadgeCurrent status as a colored lozenge (click to change)
Priority BadgeColor-coded priority pill
Jira LinkIf synced, an β€œOpen in Jira ↗” link
✏️ Edit buttonToggle inline editing mode
πŸ”— Share buttonCopy a deep link to this bug
πŸ—‘οΈ Delete buttonRemove the issue (with confirmation)
βœ• Close buttonClose the drawer

πŸ“‘ Tabs#

The detail drawer organizes information across up to four context-aware tabs. Tabs only appear when they have content to show β€” e.g., Diagnostics is hidden if the issue has no captured attachments, and Test Automation is hidden if no video recording is attached.

1. ℹ️ Overview#

The default tab. All core fields, editable inline:

FieldTypeDescription
SummaryText inputBrief title of the issue (editable)
DescriptionRich text editorWYSIWYG with bold, italic, lists, code blocks, images, tables, headings
StatusDropdownSelect from configured statuses
PrioritySelector with iconsHighest πŸ”΄, High 🟠, Medium 🟑, Low 🟒
TypeSelectorBug, Defect, Task, Story, Feature, Epic, Suggestion, Observation
AssigneesMulti-select with avatarsSearch and assign team members
ReporterRead-only (autopopulated)Who created the issue
Due DateDate pickerTarget completion date
Start DateDate pickerWhen work begins
TagsMulti-select chipsColor-coded labels
SeverityDropdownBlocker, Critical, Major, Minor, Trivial
EstimationComposite inputDays, hours, minutes
Page URLURL fieldWhere the bug was reported
PlatformDropdownWindows, macOS, iOS, Android, Web

Inside the Overview tab you’ll also find:

  • πŸ“Ž Attachments panel β€” list / grid toggle, full-size image viewer with zoom & pan, video playback with timeline scrubber and speed control, the 🎨 annotation tool (draw, add text, shapes, choose colors, undo/redo), and download / delete actions. File limit: up to 25 MB per file.
  • πŸ’¬ Comments panel β€” rich-text editor with @mentions, emoji, inline file attachments, edit / delete on your own comments, and threaded replies. Comments sync bidirectionally with Jira when comment sync is enabled in πŸ”— IntegrationsΒ .
  • ⏱️ Work Logs β€” click βž• Add Work Log to capture time spent, a description, the date, and the user. Estimation vs. actual time rolls up to πŸ“Š Dashboard analyticsΒ .
  • πŸ“œ Activity history β€” chronological audit trail of every change, comment, status transition, assignment, and link, with timestamps and user attribution. Filterable by event type.

2. 🩺 Diagnostics#

Shown when the issue has captured attachments (screenshots, videos, console logs, network logs). The Diagnostics tab is the β€œwhat was happening on the user’s screen” view.

SectionDescription
Video PreviewInline replay of session recordings β€” scrub, change speed, focus / full toggle
Console LogsErrors ❌, warnings ⚠️, info ℹ️, and debug πŸ”§ β€” color-coded, searchable, with source line when available
Network LogsMethod, URL, status (🟒 2xx, 🟑 3xx, πŸ”΄ 4xx/5xx), timing, expandable request / response body and headers
Action LogsChronological list of clicks, scrolls, and inputs (first 30 entries)
DOM SnapshotThe HTML state captured at the moment the bug was reported

Screenshots, recordings, and logs captured via the πŸ’¬ Feedback WidgetΒ , πŸ”Œ Browser ExtensionΒ , πŸ“‘ Live LogsΒ , or πŸ€– Sniffer AutoBugΒ  land here automatically.

3. πŸ§ͺ Test Automation (Coming Soon)#

Shown when the issue has at least one video attachment. The Test Automation tab is a placeholder for generating a runnable UI test scenario from the recorded session.

4. πŸ‘₯ Customer Panel#

Shown for non-EPIC issues. The Customer Panel is the customer-facing context β€” who reported it, which account they belong to, prior interactions, and any contact / triage actions you take from here are recorded against the bug.


✏️ Inline Editing#

All fields in the Overview tab are editable directly β€” click any field to modify it. Changes are:

  • Auto-saved immediately (optimistic UI with rollback on error)
  • Synced to Jira in real time (if integration is active)
  • Logged in activity history with before/after values

πŸ” Permissions#

ActionRequired Permission
πŸ“‹ View bug detailsTASK_BOARD.VIEW
✏️ Edit fieldsTASK_BOARD.EDIT
πŸ’¬ Add commentsTASK_BOARD.EDIT
πŸ—‘οΈ Delete issueTASK_BOARD.DELETE

TopicDescription
πŸ“‹ Task Board β†’Β Navigate issues on the board
πŸ”— Integrations β†’Β How changes sync to Jira in real time
🧩 Sniffer for Jira β†’Β View bug details inside Jira’s sidebar
πŸ“Š Dashboard β†’Β Track work logs and team performance

Β© 2026 Your Company