-
Bug
-
Resolution: Unresolved
-
Medium
-
None
-
6.3.1
-
None
-
16
-
Severity 3 - Minor
-
10
-
Problem Description:
When we move a repository from one project to another in Bitbucket the change detection in Bamboo breaks. Both branch detection and code change detection breaks and Bamboo do not detect any new changes made to the repo.
Steps to reproduce:
- Create a project "proj-first" in Bitbucket and add a repo "test-repo" in it.
- Link this repo in Bamboo and configure it with a build plan.
- Create a new branch or add a new commit to the repo and Bamboo will detect it.
- Now, move the repo "test-repo" from "proj-first" to "proj-sec"
- Add a change to the repo or create a new branch.
Bamboo won't consider any of the changes made to this repo anymore.
Expected Result:
- Bamboo should detect the changes made to the repo and work as expected.
Actual Result:
- Change detection breaks in Bamboo and Bamboo won't consider any new changes made to the repo.
Workaround:
Edit the repository and simply click save (no need to make any changes). Bamboo will then update the repository definition with the correct details from Bitbucket.