-
Couldn't load subscription status.
- Fork 17
Description
Hi!, i´m new using this amazing library and I need to write in the .md file the whole Bitbucket issue´s description ( where normally are some feature´s description and a link ), but for some reasing i´m not able to do it.
This is my template ->
"""
# Changelog
Changelog for {{ownerName}} {{repoName}}.
{{#tags}}
## {{name}}
{{#issues}}
{{#commits}}
**{{{messageTitle}}}**
{{#messageBodyItems}}
* {{.}}
{{/messageBodyItems}}
[{{hash}}](https://github.com/{{ownerName}}/{{repoName}}/commit/{{hash}}) {{authorName}} *{{commitTime}}*
{{/commits}}
{{/issues}}
{{/tags}}
"""
But in my file, i´m only get the commit´s and not the bitbucket issue description ->
""
Merged in feature/W2BS-2875 (pull request #1141)
* add qa deeplink
* check nulls
* up db
* # Conflicts:
* # ap…
* up json
* remove deeplink
* remove deeplink manifest
* refactor
* mark notification as read when the app is in background or closed
* Approved-by: Juan Ignacio Dallaglio
* Approved-by: Nicolas Bole
* Approved-by: Santiago Guarino
ffoisoikpkpkpko Joe 2022-11-18 13:49:13
""
Do you know what should I write in
"""
{{#messageBodyItems}}
* {{.}}
{{/messageBodyItems}}
""" to see the info I need ?
Thanks in advanced.
