If i have release/v1 branch , and a want to merge hotfix in master(production) pellrequest in master preffer to me only automerge in develop but not in release/v1, how can i automerge in release branch without additional pullrequest in release
Thanks
You probably don't want to do this as it creates a minefield for the next person who might want to merge some code between those branches.
Instead, you probably want to do a merge into the release branch with the "ours" strategy so that the code is marked as merged, but all of the code changes are ignored.
See https://answers.atlassian.com/questions/9390955 for details.
This page has everything you need to know about automatic merging.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, i know, thanks, but it seems my question was like feature request
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you want to make a feature request, you should do it on jira.atlassian.com
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.