Thw file won't be there by default. You will have to create it the first time in the Home Directory.
Thank you Jobin for making that point more explicit.
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.
Hmm..Just create it as you do with any other file. The name should be jira-config and extention should be .properties. That's all.
Once created, add the key/value pairs aand restart jiRA.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
On my server it didn't exist. I had to create a new file by that name in the Jira Home Directory located here: "C:\Program Files\Atlassian\Application Data\JIRA". The .properties file of mine just contained the following three lines:
# THIS IS A JIRA CONFIGURATION FILE CREATED by the System Admins
# Make Date/time stamps actual rather than relative
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.
Please take a look on How to edit the jira-config.properties document for full details on that matter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Some notes:
- Comments can be added to the file with a '#' mark at the beginning of the line.
- Also, strings values must be surrounded with quotes. For example:
#this is a comment
jira.projectkey.warning = Your custom projectkey warning text would go here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You did not state which OS you are using, so you need to read these two links and figure out where your Jira home directory is located.
https://confluence.atlassian.com/display/JIRA050/Advanced+JIRA+Configuration
https://confluence.atlassian.com/display/JIRA050/JIRA+Home+Directory
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
could someone just cut and paste an example of a jira-config.properties file in here?
I know wheres its meant to be. Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
jira.table.cols.subtasks = issuetype, status, assignee, progress, fixVersions
This is all you might have. Basically it is:
propertyKey = propertyValue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there a way to test to see if the system is definitely picking up the values you enter. Is there page that shows the config changes loaded in the system from this file?
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.