Hello!

{% if changed.status %}

Status has been changed from {{ changed.status }} to {{ issue.status }}.

{% endif %} {% if changed.description %}

Description has been changed from {{ changed.description }} to {{ issue.description }}.

{% endif %} {% if changed.summary %}

Summary has been changed from {{ changed.summary }} to {{ issue.summary }}.

{% endif %} {% if changed.priority %}

Priority has been changed from {{ changed.priority }} to {{ issue.priority }}.

{% endif %}

Please visit {{ site_name }} to find out more details.