Migration Import Warnings
You may encounter the following warnings, errors or improvement suggestions after importing your configuration to Cloud, which will be underlined in the configuration import result table. These occur because some elements cannot be migrated automatically, or can be significantly improved after migration. This page contains additional explanation and solutions to these warnings.
Warnings and Errors
Warning | Description | Suggestion | Example |
---|---|---|---|
| The Server version of the Workflow Enhancer compares fields with user pickers to their | Rewrite the expression to map against the |
|
| You used an order operator with an empty clause. In Cloud, you need to compare the empty clause with | You probably want to use |
|
| In the Server version of Workflow Enhancer, the fields wrapped in | You can use the toggle in the migration import page to choose not showing | |
| You try to do a non-allowed arithmetic operation. For example, you may have tried to add two | As a fallback, we take the expression on the left of the arithmetic operation. You should check the fallback expression and fix it manually if needed. |
|
| You have tried to make an arithmetic operation with an element that is not known to our automatic conversion. | You have to check the element that has failed, and change it with a suitable alternative if possible. | |
| You have tried to migrate an element that is not known to our automatic conversion. | The unknown element is not converted, you have to check the Jira expression manually. | |
| You have tried to migrate a custom field that is not known to the transpiler and is not converted. | The unknown custom field is not converted, you have to check the Jira expression manually. | |
| You have tried to migrate a custom field. Its id could not be mapped during the transpilation. | Check the id of this custom field on the migrated Cloud configuration, and make sure that it is mapped to that id in the Cloud. |
|
| You have tried to migrate a custom field which representations in Server / Data Center and Cloud are completely different. It is not possible to automatically convert them. | The custom field is not converted, you have to check the expression manually. |
Information and Possible Improvements
Warning | Description | Suggestion | Example |
---|---|---|---|
| You have used an expression that contains a real time span in Server. This has been converted to seconds in Cloud. In order to represent the time span in seconds, some extra variables are added to the front of the Jira expression in Cloud. | This is just an informational warning. |
|
| You have used an expression that contains a work time span in Server. This has been converted to seconds in Cloud. In order to represent the time span in seconds, some extra variables are added to the front of the Jira expression in Cloud. | This is just an informational warning. |
|
| During the migration, a Jira expression that contains | Please consider if you can replace the |
|
| During the migration, a Jira expression that contains | Please consider if you can replace the |
|
| During the migration a Jira expression that contains | Please consider if you can replace the |
|
| During the migration, a Jira expression that contains | Please consider if you can replace the |
|
| During the migration, a Jira expression that contains | Please consider if you can replace the |
|
| During the migration, a Jira expression that contains | Please consider if you can replace the |
|
| During the migration, a Jira expression that contains | Please consider if you can replace the |
|
| During the migration, a Jira expression that contains | Please consider if you can replace the |
|
| You have used an expression that evaluates a field value within a regex expression in Server. Thanks to the more powerful Jira expressions available in Cloud, this expression can be rewritten in a much more simple and readable way. Note that, while also supported in Cloud, field evaluation inside the | Please consider how you can rewrite this expression without using the |