I changed the date and time format from Administrator > Feel & Look > Date/Time
However my changes won't apply after the instance starts i want to force the default values to change ( override them ) via the jira-config.properties any ideas on how to do that ?
Hello @Kou Ssi
If you go to Administration -> System Info, you can see the system date as JIRA sees it. Is it correct? Is the timezone listed there correct?
If not, then probably the operating system date is wrong as well.
If the JIRA server is in a different timezone and you only want JIRA to run with Australian timezone, then you could set the -Duser.timezone=AU Java property on startup:
http://confluence.atlassian.com/display/JIRA/Setting+properties+and+options+on+startup
https://confluence.atlassian.com/jirakb/set-the-timezone-for-the-java-environment-323392719.html
The thing is i changed the date and time format it displays when I hover the cursor on the date label (it shows the exact format I defined) but it's not displayed on the UI
I need a way to disable the default date value using jira-config.properties file but I don't exactly know how
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you talking about relative dates? Like when it says Today or Yesterday?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
add the following to your jira-config.properties file and restart jira
jira.lf.date.relativize = false
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.