Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
natenho authored Oct 24, 2023
1 parent 8684f03 commit dca3754
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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%2Bgit.luolix.top%2Fnatenho%2Fgo-jira-migrate.svg?type=shield)](https://app.fossa.com/projects/git%2Bgit.luolix.top%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
Expand Down Expand Up @@ -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)
Expand All @@ -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%2Bgit.luolix.top%2Fnatenho%2Fgo-jira-migrate.svg?type=large)](https://app.fossa.com/projects/git%2Bgit.luolix.top%2Fnatenho%2Fgo-jira-migrate?ref=badge_large)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgit.luolix.top%2Fnatenho%2Fgo-jira-migrate.svg?type=large)](https://app.fossa.com/projects/git%2Bgit.luolix.top%2Fnatenho%2Fgo-jira-migrate?ref=badge_large)

0 comments on commit dca3754

Please sign in to comment.