Display standard dates in Jira server
Platform notice: Server and Data Center only. This article only applies to Atlassian products on the server and data center platforms.
Problem
When working in JIRA applications, relative dates like "Today" or "Yesterday" are not always practical for teams. In these cases, you may want to disable your JIRA application's relative date formatting and simply show standard date formats.
- AOD-7212Getting issue details... STATUS
Resolution
If you're running JIRA 4.4+
- Shut down your JIRA applications
- Navigate to $JIRA_HOME
- Edit the file:
jira-config.properties
- See Edit the jira-config.properties file in Jira server- If this file does not exist, create it
- You can find more information on this specific file in Advanced JIRA Configuration - Atlassian Documentation
Add the following line:
jira.lf.date.relativize = false
Save the file
Restart your JIRA applications
If you're running JIRA 4.3 or earlier
- You'll want to instead modify the file:
jira-application.properties
- located in $JIRA_INSTALL/atlassian-jira/WEB-INF/classes/
- Locate
jira.lf.date.relativize
- Set to
false