diff --git a/taiga/projects/history/templates/emails/includes/fields_diff-html.jinja b/taiga/projects/history/templates/emails/includes/fields_diff-html.jinja
index 150269b7..12090cd6 100644
--- a/taiga/projects/history/templates/emails/includes/fields_diff-html.jinja
+++ b/taiga/projects/history/templates/emails/includes/fields_diff-html.jinja
@@ -2,7 +2,11 @@
"description",
"description_html",
"content",
- "content_html"
+ "content_html",
+ "backlog_order",
+ "kanban_order",
+ "taskboard_order",
+ "us_order"
] %}
diff --git a/taiga/projects/history/templates/emails/includes/fields_diff-text.jinja b/taiga/projects/history/templates/emails/includes/fields_diff-text.jinja
index 71e6dbbe..88d80fbc 100644
--- a/taiga/projects/history/templates/emails/includes/fields_diff-text.jinja
+++ b/taiga/projects/history/templates/emails/includes/fields_diff-text.jinja
@@ -2,7 +2,11 @@
"description_diff",
"description_html",
"content_diff",
- "content_html"
+ "content_html",
+ "backlog_order",
+ "kanban_order",
+ "taskboard_order",
+ "us_order"
] %}
{% for field_name, values in changed_fields.items() %}
{% if field_name not in excluded_fields %}