-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 8.2.0
-
Component/s: Smart-values
-
Severity 3 - Minor
Issue Summary
The name of the day is missing in a date picker field WHEN the user has chosen French in the user preference.
Environment:
Jira Service Management 4.20.11
Automation for Jira 8.2.0
This is reproducible on Data Center: yes
Steps to Reproduce
- Create a date picker custom field eg: Deadline
- Assign the custom field to a screen. Create a new issue and Set the date to a weekend date.
#Change user preference language to French - In automation for Jira, use the smart value to display the day of the week using the below smart value.
{{deadline.dayOfWeekName}}
Expected Results
- The smart value should return the day of the week set as per the date picker.
https://confluence.atlassian.com/automation/jira-smart-values-date-and-time-993924864.html
Actual Results
A blank value is displayed for the user with French in the user profile.
Workaround
The smart value with the locale set to English displays the day of the week value.
{{deadline.locale("en").dayOfWeekName}}
- links to