Skip to end of banner
Go to start of banner

Field Mapping Diagnostic

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


There are some validators implemented around Field Mapping (select only relevant remote field type for your local one, provide local field name, etc.).


There is a lot of custom fields provider on Atlassian Marketplace we cannot handle, some are with very sophisticated API. However, there is a chance they support JIRA REST API and can be used with IssueSYNC plugin. We give you a possibility to try it for your own.



In some cases you can find an error message in the log file that refer to Field Mapping problem:

ERROR Unsupported field type detected. Field Status (status) has no field mapper!

That means the field 'status' is not supported and cannot be synchronized. (For that particular field see Workflow Synchronization.)



However this error:

{"errorMessages":[],"errors":{"project":"project is required"}}

may have source in wrong Field Mapping (Remote Field names).

  • No labels