Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejson
{
  "jira_server_url": "https://your.local.jira",
  "jira_server_username": "local_user",
  "jira_server_password": "pass1234",
  "projects_to_migrate": [ "PROJ" ],
  "fields_to_migrate": [ ],
  "overwrite_previous_exports": "ask"
  "max_issues_per_file": 1000,
  "jql_filter": "",
  "jira_cloud_url": "https://cloud.atlassian.net",
  "jira_cloud_username": "jira_cloud_user",
  "jira_cloud_api_key": "apikey123456789",
  "path_to_files": "exports"
}
Info

The user will be prompted to enter password and api key if they are not entered in the configuration file.

Properties

The config.json file has the following properties:

...

Once the file has been configured as you need, then follow the next step: 2. Executing the Utility