Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to see my Bitbucket description #41

Open
Nbole opened this issue Nov 29, 2022 · 2 comments
Open

Unable to see my Bitbucket description #41

Nbole opened this issue Nov 29, 2022 · 2 comments

Comments

@Nbole
Copy link

Nbole commented Nov 29, 2022

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.

@CROCDC
Copy link

CROCDC commented Nov 29, 2022

wow i have the same problem

@tomasbjerre
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants