{{ issue.key }}: {{ issue.summary }}
Текущий статус: {{ issue.status.key }}/{{ issue.status.name }}
Доступные переходы: {% for transition in transitions %} {{ transition.id }}{% if not forloop.last %}, {% endif %} {% endfor %}
# | Действие | Время (UTC) | Кто | Переходы и триггеры |
---|---|---|---|---|
{{ forloop.counter }} | {{ entry.type }} | {{ entry.updated_at|date:'d.m.Y, H:i:s' }} | {{ entry.updated_by }} |
{% if entry.transition %}⏩ {{ entry.transition }}{% endif %}
{% if entry.transition and entry.executed_triggers %} {% endif %} {% for trigger in entry.executed_triggers %} {% if trigger.success %}✅{% else %}❌{% endif %} #{{ trigger.id }} {{ trigger.name }} {% for webhook in trigger.webhooks %} - {{ webhook }} {% endfor %} {% endfor %} |