Documentation for JIRA 5.0. Documentation for other versions of JIRA is available too.

古いプロジェクトをアーカイブし、同時に将来の監査のためにプロジェクトを保持する必要が出る場合があります。これはさまざまな方法で実現できます。

(warning) The information on this page does not apply to JIRA OnDemand.

オンライン アーカイブ

オンラインでのプロジェクトのアーカイブとは、プロジェクトのすべての課題をライブ JIRA インスタンス内に保持することを意味します。プロジェクトのオンラインでのアーカイブの利点は、必要なときにプロジェクトを再び利用可能にできる点です。

プロジェクトをオンラインでアーカイブする方法は 2 つあります。

プロジェクトを "非表示" にする

"非表示" のプロジェクトは [管理] メニューでは表示できますが、[プロジェクトの参照] 一覧には表示されなくなり、プロジェクトの課題を検索、表示、または変更できるユーザーはいなくなります。

  1. Create a new permission scheme. Leave all of the permissions empty.
  2. Associate the new permission scheme with the project that you wish to hide (see Assigning a Permission Scheme to a Project ).

プロジェクトを "読み取り専用" にする

If you make a project read-only, the project will be visible via the 'Administration' menu, and will appear in the 'Browse Projects' list. The project's issues will be searchable and viewable, but noone will be able to modify them.

  1. Create a new permission scheme. Grant the 'Browse Project' permission to everyone who needs to be able to search or browse the project, or view its issues. Leave all of the other permissions empty.
  2. Associate the new permission scheme with the project that you wish to hide (see Assigning a Permission Scheme to a Project ).

  3. ワークフローのトランジションが発生するのを防ぐため、ワークフローを更新し、各トランジションに条件を追加します。条件では、ユーザーが課題の編集権限を持っていることを確認する必要があります。

オンラインでアーカイブされたプロジェクトへのアクセス

If you archived a project online, by hiding it or making it read-only, then all of the project's data can be made accessible very easily. Simply associate the project with a permission scheme where the appropriate permissions (e.g. 'Edit Issue', 'Assign Issue', 'Resolve Issue', etc) are assigned to the appropriate people.

オフライン アーカイブ

オフラインでのプロジェクトのアーカイブでは、XML バックアップを作成してからプロジェクトおよびすべての課題データをライブ JIRA インスタンスから削除します。プロジェクトは「管理」メニューや「プロジェクトの参照」リストからはアクセスできなくなり、課題はライブ JIRA システム内には存在しなくなります。

オフラインでのアーカイブの短所は、削除されたプロジェクトをライブ JIRA インスタンスに復元することはできないという点です。

将来プロジェクトをライブ JIRA インスタンスに復元する可能性がある場合は、オンラインアーカイブをお勧めします。オフラインアーカイブはこのプロジェクトをライブ JIRA インスタンスに復元することがないと確信が持てる場合にのみ行ってください (例: データを非プロダクションインスタンスにのみ復元する場合)。

プロジェクトをオフラインでアーカイブする

  1. Create a global XML backup of your entire live JIRA instance.
  2. Import the XML backup into a test JIRA instance. Make sure that the test JIRA instance uses a separate database from your live JIRA instance, as the import will overwrite all data in the database.
  3. テスト JIRA インスタンスで、アーカイブ対象のプロジェクトの課題を表示できることを確認します。
  4. In your live JIRA instance, select Projects from the Administration menu, then click the Delete link to delete the project and all of its issues.

オフラインでアーカイブされたプロジェクトへのアクセス

  1. Import the XML backup into a test JIRA instance. Make sure that the test JIRA instance uses a separate database from your live JIRA instance, as the import will overwrite all data in the database.

削除されたプロジェクトを復元する

If you wish to restore a project from a backup file, please refer to the instructions in the Restoring a Project from Backup documentation. Note that the JIRA version and database type must be consistent with when the archive was created.