Custom Charts Gadget

Field Segments

The "Chart By" setting determines how your data is grouped and displayed. This is the most important configuration for any chart.

Field Segments

What is "Field"?

"Field" defines how your issues are categorized into segments (slices, bars, lines, or rows depending on chart type).

Chart TypeField Creates
PieSlices
BarBars
LinePoints on the line
TableRows
FunnelFunnel stages
TileSingle value

Chart By Options

Chart By Option

You have three ways to define segments:

OptionDescriptionBest For
Jira FieldsGroup by any Jira fieldSimple field-based grouping
Custom JQLDefine segments with JQL queriesComplex, custom groupings
Saved FiltersUse existing filters as segmentsReusing filter definitions

Option 1: Grouping by Jira Fields

Select any Jira field to group your data. Segments are automatically created for each unique value.

Common Fields

Common Fields

FieldCreates Segments For
StatusEach workflow status
AssigneeEach team member + Unassigned
PriorityHighest, High, Medium, Low, Lowest
Issue TypeStory, Bug, Task, Epic, etc.
ComponentEach component in the project
LabelsEach label applied to issues
SprintEach sprint (active, future, closed)

Option 2: Grouping by Custom JQL

Custom JQL Field

Define your own segments using JQL queries. This gives you complete control over how data is grouped.

Example: Bug Age Groupings

Segment NameJQL Condition
New (< 7 days)issuetype = Bug AND created >= -7d
Aging (7-30 days)issuetype = Bug AND created >= -30d AND created < -7d
Old (> 30 days)issuetype = Bug AND created < -30d

Tip: Each issue appears only in the FIRST matching segment. Order your segments carefully if conditions might overlap.

Working with Segments

Renaming Segments

Renaming Segments

Click on the segment name to edit it. This changes the label shown in the chart without affecting the data.

Reordering Segments

Reordering Segments

Drag and drop segments to change their order in the chart.

Showing/Hiding Segments

Showing/Hiding Segments

Toggle the visibility icon to show or hide segments. Hidden segments are not included in calculations.

Changing Segment Colors

Changing Segment Colors

Click the color swatch to open the color picker.

Ordering Options

Ordering Options

OptionSorts By
Count (High to Low)Largest segments first
Count (Low to High)Smallest segments first
A to ZAlphabetical ascending
Z to AAlphabetical descending
CustomYour manual drag order