User Guide

Quick Reference Card

A one-page cheat sheet for everything in the app. Bookmark this page.

Seven Gadgets at a Glance

GadgetWhat It DoesBest ForFull Docs
Custom Charts10 chart types from Jira issue dataVisual reports, KPIs, trend chartsCustom Charts →
Issue ListConfigurable table of Jira issuesSprint boards, workqueues, exportsIssue List →
Dynamic Filter ControllerShared filter bar controlling all gadgetsInteractive dashboards for teamsDFC →
Time in StatusHow long issues spend in each statusBottlenecks, Cycle Time, Lead TimeTime in Status →
Pivot TableCross-tabulation with 7 aggregation methodsWorkload matrices, story point summariesPivot Table →
Cumulative Flow DiagramWork accumulation over timeSprint/release flow health, WIP trendsCFD →
WIP Aging ChartsHow long in-progress items have been activeStalled work, SLA monitoringWIP Aging →

10 Chart Types (Custom Charts)

Full guide: Chart Types Guide

ChartUse WhenReference
PieShow proportions (status mix, priority split)Pie →
BarCompare categories (issues per assignee)Bar →
Grouped BarCompare with sub-categories (status by type)Grouped Bar →
Stacked BarShow composition inside categories (sprint by status)Stacked Bar →
LineShow trends over time (bugs created per week)Line →
2D LineCompare multiple trends on one axis2D Line →
TableShow exact numbersTable →
2D TableCross-tab matrix (assignee × status)2D Table →
FunnelShow stage progression (workflow pipeline)Funnel →
TileSingle KPI numberTile →

Data Source Types

SourceWhen to UseReference
ProjectsSimple project-level reportsQuick Start →
Saved FilterReusable criteria shared across gadgetsIntegrations →
Custom JQLAdvanced filtering or custom conditionsHow-To JQL →
BoardTime in Status, CFD, WIP Aging - board column definitionsTIS Overview →
Dynamic Filter ControllerEnd users filter the dashboard interactivelyDFC Setup →

Common JQL Patterns

Use CaseJQL
Current sprintsprint in openSprints()
Open bugsissuetype = Bug AND resolution is EMPTY
My issuesassignee = currentUser()
High priority unresolvedpriority in (High, Highest) AND resolution is EMPTY
Issues created this monthcreated >= startOfMonth()
Overdueduedate < now() AND resolution is EMPTY
Specific fix versionfixVersion = "v2.0"

Export Formats by Gadget

GadgetCSVPNGPDFConfig JSONDocs
Custom ChartsDisplay Options →
Issue ListDisplay & Export →
Time in Status-Display & Export →
Pivot Table-Formatting & Export →
WIP Aging Charts-Display & Export →
CFD---Display Options →

Export must be enabled in Admin Settings.


Key Settings Locations

TaskWhereReference
Enable/disable gadgets site-wideAdmin Settings → FeaturesAdmin Settings →
Restrict data sourcesAdmin Settings → Data SourcesAdmin Settings →
Control export accessAdmin Settings → Customization OptionsAdmin Settings →
Set global number/date formatAdmin Settings → Customization OptionsAdmin Settings →
Connect to Dynamic Filter ControllerGadget edit mode → Data Source → DFCConnecting Gadgets →
Find Reference IDSaved DFC gadget (shown on the gadget face)Connecting Gadgets →
Backup gadget configAny gadget edit mode → Import/Export tabData Migration →

All Docs - Page Index

Getting Started

Custom Charts

Issue List

Dynamic Filter Controller

Time in Status

Pivot Table

Cumulative Flow Diagram

WIP Aging Charts

Admin & Other