🔗 Bitmine — Агрегатор задач

📋 Получить задачи из Redmine
{% if error.is_some() %}
{{ error.as_ref().unwrap() }}
{% endif %} {% if !issues.is_empty() %} {% for issue in issues %} {% endfor %}
Источник Проект Статус Тема Последнее примечание
{{ issue.id }} {{ issue.source }} {% match issue.project %} {% when Some(proj) %}{{ proj }} {% when None %}— {% endmatch %} {{ issue.status_name }} {{ issue.subject }} {% match issue.last_note %} {% when Some(note) %}{{ note }} {% when None %}— {% endmatch %}
{% endif %}