Inline Editing
Edit work item fields directly on the card without opening the full Jira work item view. Click any field chip on a card to edit it in place — changes sync to Jira immediately.
How to edit a field
- Hover over a card — the field chips become interactive
- Click the field you want to edit (Assignee avatar, Priority badge, Status lozenge, etc.)
- A picker or input appears inline on the card
- Make your selection or type a new value
- Click outside the card or press Escape to confirm and close
Changes are saved to Jira immediately — there's no draft state or save button.
Supported field types
Almost all displayed fields support inline editing:
- Assignee: user picker with search
- Priority: dropdown of priority levels
- Status: status picker (transitions available based on workflow permissions)
- Labels: multi-select with search and create-new
- Sprint: sprint picker for moving the work item between sprints
- Single-select custom fields: option picker
- Multi-select custom fields: multi-option picker
- Number fields: inline number input
- Date fields: date picker calendar
Status transitions
Editing Status respects Jira's workflow transitions. If your workflow requires an approval to move from "In Review" to "Done", BetterBoard will either:
- Show only the transitions available from the current status, or
- Prompt for any required transition fields (e.g. a resolution field)
If a transition is blocked by a permission or condition, BetterBoard shows an error message inline.
Bulk editing
Select multiple work items to edit them together. There are three ways to trigger a bulk edit:
- Bulk action bar — select work items with
Space,⌘+click, orShift+click, then use the bar that appears at the bottom of the board - Command palette (
⌘K) — with work items selected, open⌘Kand choose a field action to apply across all selected work items - Click a field on the card — with multiple work items selected, clicking a field chip on any selected card opens the editor for that field and applies the change to all selected work items
Optimistic updates
BetterBoard updates the card immediately on screen when you make an edit, before Jira confirms the change. If Jira rejects the update (permissions error, validation failure), the card reverts to its previous value and shows an error toast.