Documentation for JIRA 5.2. Documentation for other versions of JIRA is available too.
”JIRA Home Directory” には JIRA の機能性の定義に関連する重要なデータがあります。このドキュメントでは、JIRA Home Directory 内にある各種ファイルとサブディレクトリの目的を概説します。
自動 Windows、または、Linux インストーラーを使用して JIRA をインストールした場合には、デフォルトの JIRA Home Directory の場所は:
C:\Program Files\Atlassian\Application Data\JIRA
(Windows)、または/var/atlassian/application-data/jira
(Linux の場合)アーカイブファイルから JIRA をインストールする 場合は、JIRA インストールがアクセスできる場所であればどこでも JIRA Home Directory を設定できます。よくある場所の例です:
C:\jira\home
(Windows)、または/var/jira-home
(Linux または Solaris の場合) However, avoid locating the JIRA Home Directory inside the JIRA Installation Directory.
For information on specifying the location of the JIRA Home Directory, please see Setting your JIRA Home Directory.
dbconfig.xml
このファイル (JIRA Home Directory 内にあります) は、JIRA のデータベース接続に関連する全情報を定義するものです。通常、新規 JIRA インストール時に JIRA セットアップウィザード を実行するか、または、JIRA 設定ツール を使用してデータベース接続を設定すると、このファイルが作成されます。
You can also create your own dbconfig.xml
file. This is useful if you need to specify additional parameters for your specific database configuration, which are not generated by the Setup Wizard or JIRA Configuration Tool. For more information, refer to the 'manual' connection instructions of the appropriate database configuration guide in the Connecting JIRA to a Database section.
jira-config.properties
This file (also located at the root of your JIRA Home Directory) stores custom values for most of JIRA's advanced configuration settings. Properties defined in this file override the default values defined in the jpm.xml
file (located in your JIRA Installation Directory). See Advanced JIRA Configuration for more information.
In new JIRA installations, this file may not initially exist and if so, will need to be created manually. See Making changes to the
jira-config.properties
file for more information. This file is typically present in JIRA installations upgraded from version 4.3 or earlier, whose advanced configuration options had been customised (from their default values).
data
このディレクトリは、JIRA インスタンスのアプリケーション データを格納しています。ここには、 添付ファイル (JIRA に格納されたすべてのバージョンのすべての添付ファイル) も含まれます。
export
JIRA はこのディレクトリに automated backup archives を配置します。
log
JIRA はこのディレクトリにログを配置します。(注意: JIRA ホーム ディレクトリが設定されていない場合、これらのログは代わりにその時点のワーキング ディレクトリに配置されることになります)。
このログは、最初のログメッセージが書き込まれた時点で作成されます。例えば、内部アクセスログは、JIRA が書き込みを始めるまで作成されません。
You can change the location of the log file using log4j.properties
as described in the documentation on Logging and Profiling.
plugins
This is the directory where plugins built on Atlassian's Plugin Framework 2 (i.e. 'Plugins 2' plugins) are stored. If you are installing a new 'Plugins 2' plugin, you will need to deploy it into this directory under the installed-plugins
sub-directory.
“Plugins 1” プラグインは、JIRA インストールディレクトリ に格納されるべきです。
このディレクトリが存在しない場合は、 JIRA 起動時に作成されます。
caches
このディレクトリに、 JIRA は下記を含むキャッシュを格納します:
これらのファイルは JIRA のパフォーマンスに不可欠なものなので、JIRA 実行中に外部から変更または削除してはなりません。
詳細は、Search Indexing を参照してください。
tmp
多様な実行時の機能 (インポート、エクスポート、ファイルのアップロード、インデックス) で作成された一時的なコンテンツはすべて、このディレクトリに格納されます。
JIRA 実行中にこのディレクトリからファイルを削除できますが、JIRA をシャットダウンしてからこのディレクトリのコンテンツを変更することを推奨します。