Our software has a UI coded in J2EE and a backend coded in C++. We have a seperate git repository for each.
When we fix a bug that makes changes to both repositries, we create two different pull requests in Stash. However, since the code changes depend on each other, we don't want to merge one change without merging the other.
Is there anyway to create a pull request dependency like this in Stash? In other words, in order to merge one pull request, you must also merge the linked/dependent pull request?
Jeremy,
Stash does not support this out of the box, but you can definitely create a plugin that adds this support. Have a look at our developer documentation if you're interested in creating such a plugin.
Cheers,
Michael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.