Documentation for JIRA 5.2. Documentation for other versions of JIRA is available too.

You need to make some Advanced JIRA configuration in the jira-config.properties or jira-application.properties file as following content:

Preferred DateConfiguration for Date Picker
01/Dec/12 17:04
jira.date.picker.javascript.format=%e/%b/%y
jira.date.time.picker.javascript.format=%e/%b/%y %H:%M
jira.date.time.picker.java.format=dd/MMM/yy H:mm
jira.date.picker.java.format=dd/MMM/yy
1.10.12 17:04
jira.date.picker.javascript.format=%d.%m.%y
jira.date.time.picker.javascript.format=%d.%m.%y %H:%M
jira.date.time.picker.java.format=d.MM.yy H:mm
jira.date.picker.java.format=d.MM.yy

You can refer to the date picker format for different types of date and time formating.

Note

  • If you're using JIRA version prior to 4.4, you would need to make the changes in $jira-install/atlassian-jira/WEB-INF/classes/jira-application.properties'
  • If you're using JIRA version 4.4 and above, you just need to copy above code and create a .properites file named jira-config.properties and save it in the root directory of JIRA Home Directory. After that, restart your JIRA to reflect the changes. Otherwise, you can perform the similar settings under General Configuration without restart.
  • No labels