-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: Plan Branches
-
None
-
2
-
1
Current behaviour
With the configured Branch Updater configuration, it will merge changes from the "Main branch" into the "feature branch", after a successful build of the "Main branch" and branch merge.
However, the build in the "feature branch" will only be triggered when there is a commit in the "feature branch", based on how the trigger is configured in the "feature branch" . It will not trigger a build in the "feature branch" if there are changes in the base branch "Main branch".
Expected behaviour
Provide an option in the Branch Updater configuration to also target the build in the target branch(feature branch) when merge happens from the base branch(Main branch) to the target branch(feature branch).