Why are there warnings?
Warnings usually appear when the system encounters something unexpected. In many cases, they do not indicate data loss or any real issue.
Common cases include:
Global or Project Template(s) were not migrated | ||||
Case | Explanation | UI Example | Logs example | How to check |
Missing Global or Project template(s) after migration | This issue can occur if the original template:
As a result, the template is skipped during migration. | The expected template is missing from the global or project template list. | Global Templates message:
Project Templates message:
Or
| For Global Templates:
For Project Templates:
|
Checklist(s) were not migrated | ||||
Case | Explanation | UI Example | Logs example | How to check |
Checklist for the issue was not restored from the data backup. | This is a generic warning that occurs when the app failed to restore a checklist for an issue during migration. | Checklist is missing in the issue view. | Message:
May include additional context in the |
If the property exists and contains data, but the checklist is empty in the UI, this indicates a failure during checklist restoration. Please contact support for further investigation. |
Checklist for the issue was not added to the backup properly. | Checklist data was not properly prepared for migration by the Connect app.
Since no data was exported, the Forge app had nothing to import. This results in empty checklists after migration. | Checklist is missing in the issue view. | None - this case typically does not produce errors in logs. |
If both the properties and the checklist UI are missing, the issue was likely not backed up properly before migration. |
History Item(s) were not migrated | ||||
Case | Explanation | UI Example | Logs example | How to check |
Missing checklist history for issues migrated from DC/Server | The migration from Server/DC to Cloud does not include checklist history, so these issues have no historical checklist data. When the Forge app tries to load history, a warning is triggered. No data loss, but warning is expected. | Issue without history. | Message:
|
If the issue originated from DC/Server, this behavior is expected. |
Checklist history for cloned issues | If a third-party app like Deep Clone is used to copy issues, it duplicates the checklist history properties from the original issue. Since the new issue has a different ID, the Forge app skips restoring history during migration, resulting in a warning. | The checklist history appears as expected. | Message:
| From the logs, identify both issueId and eventIssueId.
|
Warnings due to history size
| Due to Forge storage size limitations, checklists and history events exceeding 245,760 characters can’t be saved in Forge storage. Such history events are still shown in the History tab, but are pulled from the issue property, not from the Forge storage. No data loss, but warning is expected. Note: There may also be other unhandled cases where saving to storage fails - check the | Checklist history is displayed correctly in the UI. | Message: Details: |
|
Checklist history was not restored properly from the data backup. | The Forge app found a valid checklist history backup property, but failed to read or restore it.
| History may be partially displayed or may be missing entirely, depending on which events failed to restore. | Message: |
If the property exists but history is not displayed, it may indicate a data corruption or decryption issue. Please contact support for further investigation. |
Checklist history was not restored due to unknown reason. | This is a generic fallback warning triggered when the app fails to restore all history events for a given issue, but the root cause doesn't match any known error patterns (e.g. size limits, decoding issues, ID mismatches). | Checklist may be present, but some or all history entries may be missing in the history tab. | Message: |
|