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

What is "Field"?
"Field" defines how your issues are categorized into segments (slices, bars, lines, or rows depending on chart type).
| Chart Type | Field Creates |
|---|---|
| Pie | Slices |
| Bar | Bars |
| Line | Points on the line |
| Table | Rows |
| Funnel | Funnel stages |
| Tile | Single value |
Chart By Options

You have three ways to define segments:
| Option | Description | Best For |
|---|---|---|
| Jira Fields | Group by any Jira field | Simple field-based grouping |
| Custom JQL | Define segments with JQL queries | Complex, custom groupings |
| Saved Filters | Use existing filters as segments | Reusing 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

| Field | Creates Segments For |
|---|---|
| Status | Each workflow status |
| Assignee | Each team member + Unassigned |
| Priority | Highest, High, Medium, Low, Lowest |
| Issue Type | Story, Bug, Task, Epic, etc. |
| Component | Each component in the project |
| Labels | Each label applied to issues |
| Sprint | Each sprint (active, future, closed) |
Option 2: Grouping by Custom JQL

Define your own segments using JQL queries. This gives you complete control over how data is grouped.
Example: Bug Age Groupings
| Segment Name | JQL 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

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

Drag and drop segments to change their order in the chart.
Showing/Hiding Segments

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

Click the color swatch to open the color picker.
Ordering Options

| Option | Sorts By |
|---|---|
| Count (High to Low) | Largest segments first |
| Count (Low to High) | Smallest segments first |
| A to Z | Alphabetical ascending |
| Z to A | Alphabetical descending |
| Custom | Your manual drag order |