You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bare minimum for a jira sample would be something like the following:
# Release notes
The following JIRA issues were adressed in this release.
{% fortaskintasks.referenced %}
## {{task.task_id}} [{{task.attributes.data.fields.issuetype.name}}]: {{task.attributes.data.fields.summary}}
{% forcommitintask.commits %}
- {{commit.shortsha}}: {{commit.header}}
{% endfor %}
{% endfor %}
## Unreferenced
The commits below did not reference any JIRA issues
{% forcommitintasks.unreferenced %}
- {{commit.shortsha}}: {{commit.header}}
{% endfor %}
This is just as basic as our existing default template but just adds jira issue type and summary (issue title) to "prove" that we have actually received data from JIRA. (i.e. verify that it is working end-to-end).
That includes many examples on how to extract data from jira, as well as a nice layout example.
Maybe there is a public Jira instance to use as example, e.g. like the Jenkins Jira?
The text was updated successfully, but these errors were encountered: