π Dashboard & Analytics
Visualize bug trends, monitor team performance, and leverage AI-powered analysis to identify defect patterns.
π Overview#
The Dashboard provides a real-time visual summary of your projectβs health. It combines interactive charts (powered by ApexCharts), summary cards, and tabular data to give managers, team leads, and stakeholders a clear picture of defect trends and team capacity.
All data is filterable by date range, assignee, priority, severity, and tags. Charts are interactive β click any segment to drill down into the underlying issues. Data refreshes in real time via WebSocket.

Route: /sf/projects/:id/dashboard
ποΈ Global Filters#
A horizontal filter bar at the top of the dashboard applies to every chart simultaneously:
π Summary Cards (KPIs)#
A row of metric cards at the top of the dashboard:
Each card shows the absolute value, a trend arrow vs. the previous period, and a sparkline.
π Charts & Visualizations#
π Bug Trend Over Time#
Line chart showing creation vs. resolution rate:
π₯§ Status Distribution#
Pie/donut chart showing items across statuses β Todo, In Progress, In Review, Done, plus any custom statuses.
π Priority Distribution#
Bar chart showing how items distribute across priority levels β Critical π΄, High π , Medium π‘, Low π’.
β οΈ Severity Distribution#
Chart showing severity breakdown β Blocker, Critical, Major, Minor, Trivial.
π·οΈ Type Summary#
Distribution of issue types β Bug, Task, Feature Request, Story, Epic.
π·οΈ Tag Summary#
Most frequently used tags and their frequency counts.
π Source Breakdown#
Donut chart showing where bugs come from β Manual, Feedback Widget, Live Logs, Extension, Jira, Sniffer AutoBug.
π₯ Team Performance#
π Assignee Workload#
π€ AI Defect Analysis#
Trigger automated analysis to discover patterns in your defect data:
- Click π¬ Trigger Analysis on the Dashboard.
- The AI analyzes bug patterns, common areas, and recurring issues.
- View the report with actionable insights.
π Analysis Outputs#
Tip: Dashboard-level AI insights complement the bug-level context exposed via the π§© Sniffer for JiraΒ panel.