Versions Compared

Key

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

...

  • Migrating data will override existing protected field values without prompting.

  • The migrator only migrates field that has values, null values will not be migrated. Hence; it might be recommended to bulk update the to-field with null values before starting migration if the field has been used prior to migration.

  • The migration process uses the Jira API in the background and may take time. If an error occurs try and limit the scope with the JQL filter that the migrator operates on. The process is not transactional. Hence; any migrated fields prior an error will stay migrated.

  • Due to limitations on Atlassian apps, the Protected Fields App is not allowed to execute operations longer than 25 seconds. Hence; the migrator will only migrate 20 issues at a time. You would need to click "submit" multiple times to traverse all issues in the JQL scope. Sorry for the inconvenience.

Info

Migrate large set of values

Since the forge app have some limitations in execution time, there might be a good option to migrate the values using API instead. Check out our API page.