git-changelog-gradle-plugin icon indicating copy to clipboard operation
git-changelog-gradle-plugin copied to clipboard

Unable to see my Bitbucket description

Open Nbole opened this issue 3 years ago • 2 comments

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 image

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.

Nbole avatar Nov 29 '22 19:11 Nbole

wow i have the same problem

CROCDC avatar Nov 29 '22 20:11 CROCDC

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.

tomasbjerre avatar Dec 03 '22 09:12 tomasbjerre