Ignore sprint and epic order field in changes
parent
3bc3ab83e0
commit
8279856e8b
|
@ -5,8 +5,10 @@
|
||||||
"blocked_note_html",
|
"blocked_note_html",
|
||||||
"content",
|
"content",
|
||||||
"content_html",
|
"content_html",
|
||||||
|
"epics_order",
|
||||||
"backlog_order",
|
"backlog_order",
|
||||||
"kanban_order",
|
"kanban_order",
|
||||||
|
"sprint_order",
|
||||||
"taskboard_order",
|
"taskboard_order",
|
||||||
"us_order",
|
"us_order",
|
||||||
"custom_attributes",
|
"custom_attributes",
|
||||||
|
|
|
@ -3,8 +3,10 @@
|
||||||
"description_html",
|
"description_html",
|
||||||
"content_diff",
|
"content_diff",
|
||||||
"content_html",
|
"content_html",
|
||||||
|
"epics_order",
|
||||||
"backlog_order",
|
"backlog_order",
|
||||||
"kanban_order",
|
"kanban_order",
|
||||||
|
"sprint_order",
|
||||||
"taskboard_order",
|
"taskboard_order",
|
||||||
"us_order",
|
"us_order",
|
||||||
"blocked_note_diff",
|
"blocked_note_diff",
|
||||||
|
@ -68,7 +70,7 @@
|
||||||
{# CUSTOM ATTRIBUTES #}
|
{# CUSTOM ATTRIBUTES #}
|
||||||
{% if values.new %}
|
{% if values.new %}
|
||||||
{% for attr in values['new']%}
|
{% for attr in values['new']%}
|
||||||
|
|
||||||
- {{ attr.name }}:
|
- {{ attr.name }}:
|
||||||
* {{ attr.value }}
|
* {{ attr.value }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in New Issue