Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Pull requests to originally branched branch

Mircea Marin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 24, 2016

We are currently using JIRA and Bitbucket together. In Bitbucket we have one branch (develop) set up as the default branch. The structure of our branches goes like this:

develop -> features -> tasks

Say that we are working on Feature A (branched from develop). In this case, we will create a new branch for Task 1 (branched from Feature A). When work is done on Task 1, we create a pull request (from JIRA).

I was wondering if there is any way to have the pull request automatically show Feature A as the "merge to" branch instead of develop.

Thanks!

1 answer

1 accepted

0 votes
Answer accepted
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 26, 2016

Unfortunately, no. There is no "source" branch concept in git. Bitbucket server is simply using the default branch (develop in your case) and that's all you can do.

Might be a good feature request but there are complications. For example, branches can be created locally and pushed to remote. There is no way Bitbucket can track the source branch in that case!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events