|
{{ update.actor_detail.first_name }} {{ update.actor_detail.last_name }}
|
{{ update.activity_time }}
|
|
{% if update.changes.assignees %}
|
Assignee:
|
{% for assignee in update.changes.assignees.old_value %}
{{ assignee }}
|
{% endfor %}
{% if update.changes.assignees.old_value and update.changes.assignee.new_value %}
|
{% endif %}
{% for assignee in update.changes.assignees.new_value %}
{{ assginee }}
|
{% endfor %}
|
{% endif %}
{% if update.changes.target_date %}
|
Due Date:
|
{{ update.changes.target_date.new_value.0 }}
|
|
{% endif %} -->
{% if update.changes.duplicate %}
|
Duplicate:
|
{% for dup in update.changes.duplicate.new_value %}
{{ dup }}
|
{% endfor %}
|
{% endif %}
{% if update.changes.labels %}
|
Labels:
|
{% for label in update.changes.labels.new_value %}
{{ label }}
|
{% endfor %}
|
|
{% endif %}
{% if update.changes.state %}
|
|
State:
|
{{ update.changes.state.old_value.0 }}
|
-> |
{{ update.changes.state.new_value.0 }}
|
|
{% endif %}
{% if update.changes.link %}
|
{% endif %}
{% if update.changes.priority %}
|
Priority:
|
{{ update.changes.priority.old_value.0 }}
|
->
|
{{ update.changes.priority.new_value.0 }}
|
|
{% endif %}
{% if update.changes.blocking %}
|
Blocking:
|
{% for bl in update.changes.blocking.new_value %}
{{ bl }}
|
{% endfor %}
|
{% endif %}