Field Types
BetterBoard supports every Jira field type. This reference describes how each type displays on cards, which filter operators it supports, and any special behavior.
System fields
These fields exist in every Jira space:
| Field | Display on card | Filter operators |
|---|---|---|
| Summary | Work item title (always shown, not configurable) | contains, does not contain |
| Work item Type | Icon (Bug, Story, Task, Epic…) | is, is any of, is not, is none of |
| Status | Colored lozenge | is, is any of, is not, is none of, is empty |
| Assignee | Avatar + name on hover | is, is any of, is not, is current user, is empty |
| Reporter | Avatar + name on hover | is, is any of, is not, is current user, is empty |
| Priority | Colored icon | is, is any of, is not, is none of, is empty |
| Labels | Tag chips | is any of, is none of, contains all, is empty |
| Sprint | Sprint chip (active/future/closed state) | is active sprint, is, is any of, is backlog |
| Story Points | Number | =, ≠, >, ≥, <, ≤, is empty |
| Due Date | Relative time ("Due tomorrow") | is before, is after, is on, is within, is empty |
| Created | Relative time | is before, is after, is on, is within |
| Updated | Relative time | is before, is after, is on, is within |
Custom fields
Custom fields are any fields your Jira admin has added to spaces:
| Field type | Example | Display on card | Filter operators |
|---|---|---|---|
| Single select | Environment, Team | Colored chip | is, is any of, is not, is none of, is empty |
| Multi select | Affected versions, Platforms | Tag chips (up to 3) | is any of, is none of, contains all, is empty |
| User picker | Technical lead | Avatar | is, is any of, is not, is current user, is empty |
| Number | Story points, Weight | Number | =, ≠, >, ≥, <, ≤, is empty |
| Date | Target date, Review date | Relative time | is before, is after, is on, is within, is empty |
| Text (short) | Environment details | Truncated text | contains, does not contain, is empty |
| URL | Design link | Link icon | is empty, is not empty |
| Rating | Confidence (1–5) | Stars | =, ≠, >, ≥, <, ≤ |
| Checkbox | Blocked, Reviewed | Checkmark | is true, is false, is empty |
| Version | Fix Version, Affects Version | Version chip | is, is any of, is not, is none of, is empty |
Synthetic fields
Synthetic fields are computed by BetterBoard and not stored as native Jira fields:
Time in Status
Shows how long an work item has been in its current status. Displayed as a small insight chip on the card (e.g. "3d", "2w").
Filter operators: >, >=, <, <= (in hours, days, or weeks)
Use this to identify stale work items: filter by Time in Status > 7 days to find work that hasn't moved in over a week.
Blockers
A synthetic field derived from Jira work item links. BetterBoard inspects "is blocked by" and "blocks" link types.
Values: has blockers (at least one "is blocked by" link), is blocking (blocks at least one other work item)
Displayed as a small red blocking indicator icon on the card when present.