Changelog
Release 1.0.0​
First Stable Release
This is the first stable release of the add-on. Starting with this release, the plugin officially adopts the name Admin Essentials, reflecting its nature as a multi-module suite of utilities for Jira administrators.
New Features
- Email Custom Field: New Email custom field type available for Jira Data Center projects that allows recording one email address per issue, rendered as a
mailto:link on the issue view. Server-side format validation follows the HTML5 specification (the same applied by browsers to<input type="email">), ensuring consistent data from any source (Jira screens, REST API, importers, and external integrations). Applies RFC 5321 limits: maximum 254 characters total and 64 characters in the local part, and the field is searchable from basic search and JQL with integrated search support with the Jira engine.
Quality and Coverage
- Unit test suite for the Email field, including edge cases (maximum lengths, special characters, and invalid inputs).
- CI quality gates configured to enforce minimum coverage on each merge.
Technical Notes
- The plugin has been officially renamed to Admin Essentials as the user-facing name, laying the foundation for future modules.
- Compatible with Jira Data Center 10.3.18 or later.