Versions Compared

Key

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


Problem:

When performing a migration from Server/DC to Cloud using the Jira Cloud Migration Assistance, you will find some logs mentioning that some custom fields from Xray can’t be converted to the Cloud. (like the example below)

Code Block
languagejs
2024-01-14 15:08:28,150+0100 ParallelIssueExporter-Thread-13500-114754 WARN      [c.a.j.m.e.core.issue.CloudChangeItemConverter] CustomField Type com.xpandit.plugins.xray:test-repository-path-custom-field on Issue TEST-103 can't be converted to cloud change item
2024-01-14 15:02:22,151+0100 ParallelIssueExporter-Thread-13500-114754 WARN      [c.a.j.m.e.core.issue.CloudChangeItemConverter] CustomField Type com.xpandit.plugins.xray:test-repository-path-custom-field on Issue TEST-123 can't be converted to cloud change item
2024-01-14 15:02:22,151+0100 ParallelIssueExporter-Thread-13500-114754 WARN      [c.a.j.m.e.core.issue.CloudChangeItemConverter] CustomField Type com.xpandit.plugins.xray:test-repository-path-custom-field on Issue TEST-123 can't be converted to cloud change item

Causes:

Those and all the other warm messages regarding the custom fields should not be a problem, since most of the Xray custom fields (Server) are, indeed, not converted into Cloud Custom Fields; in fact, we have only a handful of custom fields in the Cloud with the rest of the information going into internal Xray entities.

...