Hello, our team uses Bitbucket and Jira, and we use the git flow methodology with pull requests to finish the features.
I'd like when I push on the release branch, to find a way to see the list of Jira tickets that have been merged since the previous pull requests.
Is there an way to do that?
Hello @Alexandre LOUBEYRES,
Welcome to the Community!
Bitbucket Deployments can do this in a nice way, specifically the functionality you're after is described on this page.
You can also find Jira issues related to a particular pull request:
We're working on surfacing the same information in the new PR experience, this should be available in the near future. Note that this only looks at the content of that particular PR, so is functionally different from what Deployments do.
Hope this helps. Let me know if you have any questions.
Cheers,
Daniil
Hello @Daniil Penkin,
Thanks for your help, I have an other question, is there a way to fetch the issues list by email or from the pipeline a the end of a deploy?
thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
At the moment the only way to do it is to use internal API that is hosted at:
https://api.bitbucket.org/internal/repositories/{repository_path}/jira-issues
This is not documented and prone to changes so I would not recommend doing so, I would suggest raising a feature request for either documenting this API or adding desired functionality at https://jira.atlassian.com/projects/BCLOUD
Thanks,
Peter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.