When creating a branch from JIRA it doesn't seem to respect the branching model for the repo as defined in Stash (using 2.12.x) . Again, I couldn't find an issue for this, but I had trouble searching as the only search terms I could think of were a bit ambiguous.
In Stash (see tab: Branching model) I've set "develop" as the default development branch and "master" as the default production branch.
Therefore, when I create a branch from a JIRA "New Feature", I would expect the "branch from" branch to be develop. This is quite important if master actually holds the commits that represent releases. However it does not as by default it fills in the "master" branch, not develop.
A similar, but not the same issue, is, when creating a pull request for this branch, should it not default the destination to the "from" branch? Currently it does not, and it seems all too easy to get this wrong.
copied from: https://jamieechlin.atlassian.net/wiki/display/SCRATCH/Stash+Default+Branch+Problemscredits to Jamie Echlin
Currently the branch creation defaults to the default branch for the repository, instead of the development branch. If you are using gitflow, the convention is normally to have the stable branch (master) as the default branch which is checked out when cloning. Your best option would be to change the default branch to 'develop' and/or raise an improvement request at jira.atlassian.comin the STASH project
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.