git-changelog-gradle-plugin
git-changelog-gradle-plugin copied to clipboard
Unable to see my Bitbucket 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.
Here is an example

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.
wow i have the same problem
Only Github, Gitlab, Redmine and Jira -integrations are implemented: https://github.com/tomasbjerre/git-changelog-lib/tree/master/src/main/java/se/bjurr/gitchangelog/internal/integrations
If you use Bitbucket, you will only have information from Git available in the context.