Jira エクスポートの一部を Jira Cloud にインポートする方法
プラットフォームについて: Cloud のみ - この記事は、 クラウド プラットフォームのアトラシアン製品にのみ適用されます。
エクスポート ファイルを作成してそれを現在の Jira Cloud サイトにアップロードすることで、他の Jira Cloud サイトまたは Jira Server インスタンスのバックアップをインポートできます。既定では、エクスポート ファイル内のすべてのコンテンツが Jira Cloud サイトにインポートされ、既存のすべてのデータが上書きされます。
Before importing a backup file to Jira Cloud there are a few important things to note:
- Importing a database backup file containing activeobjects.xml and entities.xml will erase all existing data and replace it with data from your backup. Likewise, importing a media file with the attachments, avatars, or logos directory will overwrite the corresponding data (attachments, avatars, or logos, respectively).
- You can't use this process to import a specific project while maintaining your existing site data. To request the ability to import only specific projects, watch and vote for the Jira ticket: - JRACLOUD-31806Getting issue details... STATUS .
Modify your backup file
We recommend splitting your cloud backup file into a database file containing your activeobjects.xml and entities.xml, and a separate one for your attachments and other media. This can help avoid timeout errors and reduce the risk of issues when importing.
Remove files from a cloud backup
Unzip the backup file generated from Jira Cloud. Your cloud backup will have a structure similar to the one below:
JIRA-backup-20161021 ├── activeobjects.xml ├── entities.xml ├── data │ ├── attachments │ └── avatars └── logos
- インポートしないエンティティを削除します。インポートに含めない対象に応じ、次のようになります。
- 添付ファイル: attachments ディレクトリを削除します。
- アバター: avatars ディレクトリを削除します。
- ロゴ: logos ディレクトリを削除します。
- database data: remove both the activeobjects.xml and entities.xml files
- Zip (compress) the modified directory.
- In your Jira Cloud site, go to Settings in the Jira sidebar, System > Restore system to upload the modified file.
Import only attachments and other media
We recommend importing your media (attachments, project avatars, and logos) separately after importing your database backup (entities.xml
and activeobjects.xml
files).
Follow these steps to import only your media files:
- エクスポートした .zip バックアップ ファイルを解凍します。
- バックアップ ディレクトリの外部に
media-only
という名前のディレクトリを作成します。 - Drag or copy the
data
directory from the backup directory into themedia-only
directory If your media file is over 5 GB, we recommend splitting your file into multiple 2 - 5 GB media files and importing them separately.
In your Jira Cloud site, go to Settings in the Jira sidebar, System > Restore system to upload the file. If you've split your media into separate smaller files in the previous step, you'll need to repeat this step for each file.