Date field shows raw i18n key fields.validation.date.form... instead of validation message
Also the form formatting looks different, maybe it's a plugin issue.
Environment: Jira Cloud, site: brainstack.atlassian.net
▎ Project: HRM (HR Management 2.0)
▎ Issue type: Employee (Full-time)
▎ Steps to reproduce: Trigger the Re-hire workflow transition on a Terminated employee card → enter a date in the "Start date" field
▎ Expected: Normal date validation message
▎ Actual: Raw i18n key fields.validation.date.form... displayed instead of localized message
▎ Note: The Re-hire form formatting also looks different from standard Jira screens, suggesting it may be rendered by a plugin or Jira Forms feature
Hi @Vadym Chu, your intuition is on track. A validation message rendering as the raw i18n key (fields.validation.date.form...) almost always means a localization bundle that is failing to resolve, and Jira core would not surface a key like that to the UI for a standard date field. Combined with the project name "HRM (HR Management 2.0)", the "Employee (Full-time)" issue type, and the form formatting being different from standard Jira, this looks like a third party app or template doing the rendering, and that app's i18n bundle is missing the entry (or your active locale is not covered by it).
To narrow this down, can you confirm:
Two things to do in parallel while you gather that:
If you share the app name (or a screenshot of Manage apps) I can probably pinpoint whether this is a known issue.
Hope this helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.