Skip to content

Commit

Permalink
Add due date for every jira task.
Browse files Browse the repository at this point in the history
  • Loading branch information
miguoredhat committed Jul 23, 2019
1 parent ab3b517 commit 41a9972
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/errata/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
{{ category }}:
{% for issue in by_epic[key][category] %}
* ([{{ issue.key }}]({{ server }}/browse/{{ issue.key }}))
{{ issue['summary'].replace('[', '').replace(']', ':') }}{% endfor %}
{{ issue['summary'].replace('[', '').replace(']', ':') }}
{{ " -- " }}{{ "Due: " }}{{ issue['duedate'] }}{% endfor %}
{% endfor %}
{% if epic.image_url %}![]({{epic.image_url}}){.background}{% endif %}
---{% endfor %}
Expand Down

0 comments on commit 41a9972

Please sign in to comment.