Hi,
We are using JIRA, Bamboo, BitBucket but I want to view the bamboo deployment status in the releases panel.
It means I want to track what environments they have been deployed to in the RELEASE.
Example: My Release version - 7.1.x
I am able to view the issue status and Development but I want to view the Deployment status in the Release Tab. Please suggest me on this
Hello,
First you need to integrate Jira and Bamboo but I understand from the screenshot you already did that. Did you check out this document?
https://confluence.atlassian.com/bamboo/viewing-bamboo-activity-in-jira-applications-399377384.html
I could't understand what you mean by release tab. Bitbucket (branch, commit etc.) and Bamboo (build, deployment) statuses appear on the development panel on the right section. Also in order to use this function you need to include issue key on the commit message.
Are you using cloud versions or server versions of these applications? Because these features may differ accordingly.
Regards,
Elifcan
@Elifcan Cakmak - Thanks for your reply.
1) We have integrated JIRA Bamboo and Bitbucket.
2) We want to tag the JIRA Release Versions and JIRA issues to track the development of that release. Also, want to see the Bamboo deployments of that release in one place.
Note: Release tab is nothing but in project right side panel we have Release option when we click on Release tab it will show the project related Release version.
For Ex: My release version is 7.1.x so when clicking on that release I want to view the Deployment status in the Release 7.1.x deployed in which environments (Prod, Stage, UAT).
3) We are using Server Versions not Cloud.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Elifcan Cakmak - Is it possible to uncommit the bitbucket code if we unlink the JIRA issue key
Scenario - I have a fix version(release) in JIRA and tagged 3 Bugs to it. These 3 bugs have 3 bitbucket branches (with JIRA key in the branch name). I commit to these branches with the respective JIRA key. I could see the commits I made in the JIRA issues. Also, I can see the commits in JIRA Release page. Now I have a release branch where all 3 feature branch codes are merged. From this release branch (rb/1), I shall trigger a bamboo build.
Now I decided to unlink bug-3 from the fix version. So now I have 2 bugs (bag-1, bug-2) tagged to the release. Is it possible to automatically remove the commit changes of bug-3 from the rb/1?
I suppose we can do it manually by creating a new release branch (rb/1.1) and merge the code of bug-1 and bug-2.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Personally, we never encountered a similar request before. I did a little bit of research but I also cannot find similar scenarios. As I understand from the documents, you can view the deployment status on the release page but you cannot see which environments the released version is deployed to. Maybe you can write a plugin for this purpose.
For the second question, I can think of a solution with a script. You can write a script listener that when a fix version is emptied, it clones the repo and resets the branch. But for this you need to find how to get the bitbucket url from the issue. I don't think I've ever seen an api feature for this, either :(
Sorry I couldn't be much help.
Regards,
Elifcan
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.