Introduction to Admin Essentials
Welcome to the official documentation for Admin Essentials for Jira! π
Admin Essentials β advanced custom fields and workflow extensions for Jira Cloud on Forge.

The add-on is built on Atlassian Forge and distributed through the Atlassian Marketplace, which means it benefits from Atlassian's official platform for security, deployment, and updates.
Who is this for?β
Admin Essentials is designed for Jira Cloud administrators, project leads, and operational teams (support, service desks, sales, operations) who need to extend Jira with cross-cutting utilities that cover everyday needs without adding more add-ons to the instance.
What's included in version 1.7.0 (Forge 6.0.0)β
Version 1.7.0 (Forge 6.0.0) ships nine modules. Seven of them keep functional parity with the Data Center add-on. The Attachment Field and the Workflow Expression Condition are Cloud-only in this release.
This release introduces Forge Object Store (a major Forge version change). The site administrator must update the installation in Apps β Manage apps and re-consent to the app permissions; otherwise the new modules will not be operational. See the Installation Guide.
Email Custom Fieldβ
- Custom field type that stores a single email address per work item.
- Format validation on the client (while editing) and on the server (via a Jira expression).
- Automatic rendering as a clickable
mailto:link on the work item view. - Inline editing from the work item view, create / edit / transition screens, and the JSM portal.
- JQL search with exact-match string operators (
=,!=,in,is EMPTY, etc.).
Traffic Light KPI Custom Fieldβ
- Numeric field type rendered as a three-color indicator (π΄ red / π‘ yellow / π’ green).
- Per-context thresholds: different thresholds for different spaces or work types.
- "Lower value is better" mode to invert the color semantics for KPIs where a low value is desirable.
- Descriptive legend and tooltip explaining the active rule.
- Native dark-mode support through UI Kit 2 design tokens.
Phone Number Custom Fieldβ
- Stores a single phone number per work item with a searchable country selector (~250 ISO countries) and an inline local number field.
- Default country configurable per context (
contextConfig): administrators set the default country per space or work type. - Consistent validation on client and server (E.164, local formats with separators); total length between 7 and 25 characters (including the dialling code).
- Rendered as
π± PE +51 943 824 375with a clickabletel:link. - Inline editing and JQL search with exact-match operators.
Currency Custom Fieldβ
- Numeric field that stores a monetary amount and renders it with a symbol, position, and decimals configurable per context.
- JQL search operates on the stored numeric value, not the formatted string.
Percentage Custom Fieldβ
- Numeric field restricted to the 0β100 range, rendered as a progress bar with three colour bands.
- Per-context thresholds (
At-risk from,On-track from).
Attachment Fieldβ
- New custom field type to attach files directly to a specific work item field (for example, Invoices, Evidence Photos, PQR Documents).
- Files live inside the field, independently of the work item's native attachments panel.
- Per-context configuration: maximum file count, allowed types (images, spreadsheets, documents, videos, compressed archives), custom extensions, and maximum file size.
- Upload, preview, download, and delete files with their original filename.
- JQL:
is EMPTY/is not EMPTYper field.
"Fields Required" Workflow Validatorβ
- Transition validator that blocks transitions when selected fields are empty.
- Configuration through a dual list (available fields / required fields).
- Custom error message and Ignore context option to enforce validation even on contexts that don't apply.
"Field Dependency" Workflow Validatorβ
- Conditional validator that blocks the transition when a trigger field meets a condition and a required field is empty.
- Multiple rules per validator, each with its own custom error message.
- List triggers (
Priority,Issue Type, Single-select List, Radio Buttons), numeric triggers (Currency,Percentage, Traffic Light KPI) and text triggers (Email, Phone Number). - Numeric operators (
=,!=,<,<=,>,>=) and text operators (equals,does not equal,contains,is empty,is not empty).
Workflow Expression Conditionβ
- New workflow condition that hides the transition button when the work item does not meet a Jira expression.
- Unlike validators, it acts before the attempt: if the work item does not meet the criterion, the button does not appear.
- Useful for simplifying the workflow view by removing options that do not apply.
- Available only in company-managed spaces.
Differences from the Data Center versionβ
| Aspect | Data Center | Cloud (Forge) |
|---|---|---|
| Platform | Traditional plugin (P2) | Atlassian Forge |
| Distribution | .jar / .obr file | Atlassian Marketplace |
| Licensing | Atlassian plugin license | Marketplace license (edit/config require active license from v4.0.0) |
| UI technology | Velocity / AUI | UI Kit 2 (@forge/react) + Custom UI |
| Compatibility | Jira Data Center 10.3.18+ | Jira Cloud (any site) |
| Updates | Manual by the administrator | Automatic, except major Forge version upgrades (e.g. 1.7.0) that require Update and re-consent |
| Dark mode | Classic CSS styling | Native via design tokens |
Compatibilityβ
- Jira Cloud: Any Jira Cloud site (Free, Standard, Premium, Enterprise).
- Jira Service Management (JSM): Custom fields work on the agent view and the customer portal.
- Platform: Atlassian Forge, runtime
nodejs24.x.
Welcome to Admin Essentials: the essentials so your Jira Cloud speaks the same language as your processes.