Hi,
Im looking for a way to change how Date/Time fields are viewed.
I would like it to say the actual date and time.
Thanks
Hi @Rob B
the file should be in the jira_home directory, not the installation directory of Jira.
In any case you could involve linux commands "find" or "locate" to find it - assuming you previously created a jira-application.properties.
If not, just try to locate jira_home directory (basically the one where also attachments and index subdirectories reside).
Regards,
Daniel
Hi robert you can do this in the jira-application.properties (if you dont have one you can create the file)
# Whether to display dates relative to now, eg. 'Today, 2:12pm' jira.lf.date.relativize = true
Change this to false, restart the server and these relative dates should be resolved to proper dates.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Where about should the file sit?
Our server is set up like /opt/jira/jira/bin
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.