Hi community, this is my first question posted!
As product manager, I would like to see the list of JIRA issues/bugs that were included in a deployment pipeline build on bitbucket, such that I can track the progress to production and identify whether an issue/bug is included in a specific build.
So, it is currently possible for me to track down the issues that were included in a specific build, but my journey to do this is really time consuming. What I would expect is some kind of report that would include all the JIRA issues that are included in a specific build number. That way, I do not have to track down pull requests, commits and so on to identify all the issues included.
I'm using Team-managed project and bitbucket cloud.
Thanks!
Hi Michaël!
If you have an integration with Jira Cloud, and if you use Pipelines deployments (deployment keyword in the bitbucket-pipelines.yml file), this should be possible.
You can
There is more info on how to set this up (in case you haven't already) in the following link:
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.