diff --git a/README.md b/README.md index 6faecbe..8331dbf 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,16 @@ This tool can migrate both company-managed and team-managed project issues betwe - [CLOUD-11467 - Support the Migration of Team Managed projects](https://jira.atlassian.com/browse/CLOUD-11467) - [What migrates in a cloud-to-cloud migration for Jira](https://support.atlassian.com/migration/docs/what-migrates-in-a-cloud-to-cloud-migration-for-jira/) -## Usage -[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fnatenho%2Fgo-jira-migrate.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fnatenho%2Fgo-jira-migrate?ref=badge_shield) +## Installation +These are the available installation methods: +### Binaries +[Download the latest binaries](https://github.com/natenho/go-jira-migrate/releases/latest) -[Download the latest binaries](https://github.com/natenho/go-jira-migrate/releases/latest) and run +### Go +`go install github.com/natenho/go-jira-migrate@latest` + +## Options ``` -api-key string @@ -62,6 +67,7 @@ This example include some additional switches and custom fields to be migrated, - Create a dedicated user for the migration, so it can be easily identified - Make sure the user has Administrator access to the source and target JIRA projects +- Make sure at least a board exists both in source and target JIRA project - Make sure assignees and reporters have access to the target JIRA project. The tool will do a best effort to set those. - The target JIRA project must exist and must have the same issue types and custom fields - Make sure that attachment upload sizes are identical between the accounts (Refer to https://support.atlassian.com/jira-cloud-administration/docs/configure-file-attachments/ to configure limits) @@ -75,4 +81,4 @@ This example include some additional switches and custom fields to be migrated, - Created/Updated dates are lost because all issues are created at the moment of the migration ## License -[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fnatenho%2Fgo-jira-migrate.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fnatenho%2Fgo-jira-migrate?ref=badge_large) \ No newline at end of file +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fnatenho%2Fgo-jira-migrate.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fnatenho%2Fgo-jira-migrate?ref=badge_large)