As per atlassian documentation, point 4 says " By default, the pull request title will contain the commit message or branch name." We are using Bitbucket v8.5.1 but the Pull request title contains only commit message not the branch name. How can we alter this settings to have the branch name in pull request title ?
Thanks a lot
I think the description you linked suggests is that either the commit message or the branch name appears in the PR's default title:
So I think, depending on a condition, it is either one or the other, but not both and it is not configurable.
Ok. Thanks for the response. For Jenkins-JIRA integration, I rely on the JIRA ID in the commit message. Usually developer puts the JIRA ID while creating feature branch(e.g., feature/ABCD-1234) however in case of commit message developers mostly does not mention the JIRA ID. In Bitbucket, when we merge the PR, the PR title becomes the commit message. Hence, I am investigating if feature branch name can be included with PR Title so that when it gets merge, it will become part of commit message and I extract the JIRA ID from commit message.
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.