Documentation for JIRA 5.0. Documentation for other versions of JIRA is available too.
JIRA では、複数の詳細設定オプションを利用出来ます。各オプションは個別プロパティ (もしくは値に対応するキー) として定義されています。これらのキー値の組み合わせは、JIRA が使用する3つの領域の内の1つに格納されます。
The values of a small number of most commonly edited advanced configuration options are stored in the JIRA database. These values can be edited from the Advanced Settings page of JIRA's administration area (accessible by JIRA system administrators from the System > General Configuration menu > Advanced button). Once any of these properties' values are changed, they become effective immediately. See Configuring Advanced Settings for details.
jira-config.properties
fileCustom values for JIRA's remaining advanced configuration options (i.e. not stored in the JIRA database) are stored as individual key-value pairs in a file called jira-config.properties
(located in the JIRA Home Directory). Typically, these options are of little interest to most JIRA system administrators. While these key-value pairs can be edited, JIRA must be restarted for any changed values to take effect.
In new JIRA installations, this file may not initially exist and if so, needs to be created manually.
jpm.xml
fileDefault values for all* of JIRA's available advanced configuration options are stored in a file called jpm.xml
(located in the <jira-application-dir>/WEB-INF/classes
subdirectory of the JIRA Installation Directory). These default values are only used by JIRA if a property's value has not already been customised in either the JIRA database (via JIRA's 'Advanced Settings' page) or the jira-config.properties
file.
The
jpm.xml
file should not be edited because any values that you customise in it will not be migrated automatically during subsequent JIRA upgrades. To change the value of a property for an advanced configuration option in JIRA, override the value of this property by redefining it in either:
jira-config.properties
ファイル。* JIRA recognises a small number of properties, which can be set in your jira-config.properties
file but have no definition in the jpm.xml
file. These properties:
jira-config.properties
ファイルに定義されていない場合、一般に詳細設定オプションが無効化されていることを表します。jira-config.properties
file, typically affect JIRA's behaviour differently to when they are specified in your jira-config.properties
file with no value. The information on this page does not apply to JIRA OnDemand.
jira-config.properties
fileTo make changes to the jira-config.properties
file:
/bin/stop-jira.sh
or \bin\stop-jira.bat
file in your JIRA Installation Directory, or by stopping the JIRA service).jira-config.properties
file (located at the root of your JIRA Home Directory) in a text editor.<jira-application-dir>/WEB-INF/classes/jpm.xml
file (of your JIRA Installation Directory). The default value is defined in the <default-value/>
sibling element of the relevant property's <key/>
element.jpm.xml
(which is not already defined in your jira-config.properties
file or available on the 'Advanced Settings' page):<key/>
element from the jpm.xml
file to the jira-config.properties
file.jira-config.properties
file, add an '=
' after that property's key, followed by your custom value.jira-config.properties
file, either 'comment out' the property with a preceding '#' symbol or remove the property from the file.jira-config.properties
file.Setting Properties and Options on Startup — for changes like setting available memory, disabling email, enabling Jelly, etc.