Total

{{ summary.total_count }}

Successfully Migrated

{{ summary.success_count }}
Success

Warnings

{{ summary.warning_count }}
Warning

Skipped (Existing)

{{ summary.skipped_count }}
Skipped

Inherited

{{ summary.inherited_count }}
Inherited

Migration Failed

{{ summary.error_count }}
Error

Deployment Failed

{{ summary.api_error_count }}
API Error
{% if missing_workspace_info %}
Links to workspaces and compare function are disabled.
{% endif %}
{% for row in table_rows %} {% endfor %}
✓ Title Legacy Identifier Cloud Identifier Compare
{{ row.ordinal_number }} {% if row.status == 'success' %}Success {% elif row.status == 'warning' %}Warning {% elif row.status == 'skipped' %}Skipped {% elif row.status == 'api-error' %}API Error {% elif row.status == 'inherited' %}Inherited {% else %}Error {% endif %} {{ row.title }} {% if row.description and row.description.strip() %} â„šī¸ {% endif %} {% if row.legacy_url and row.legacy_id and not missing_workspace_info %} {{ row.legacy_id }} {% else %} {{ row.legacy_id }} {% endif %} {% if row.cloud_url and not missing_workspace_info %} {{ row.cloud_id }} {% else %} {{ row.cloud_id|default("Not migrated") }} {% endif %} {% if row.legacy_url and row.legacy_id and row.cloud_url and not missing_workspace_info and row.cloud_id and row.cloud_id != "-" and row.legacy_embedded_url and row.cloud_embedded_url %} {% endif %}
Side-by-side Comparison
×