Task #{{ task.reference_code }}: {{ task.title }}
{{ task.project.name }}{% if task.epic %} / {{ task.epic.name }}{% endif %} ยท {{ task.status_snapshot }}
Events
| When | Type | Actor | Payload |
{% for row in events %}
| {{ row.created_at }} | {{ row.event_type }} | {{ row.actor_identifier }} | {{ row.payload }} |
{% empty %}
| No events. |
{% endfor %}
External Sync
| When | Provider | Status | Error |
{% for row in sync_events %}
| {{ row.updated_at }} | {{ row.provider }} | {{ row.status }} | {{ row.error }} |
{% empty %}
| No sync events. |
{% endfor %}