So at the moment, I have to have an n:n number of JIRA servers and Stash servers? If I had 2 production JIRA servers with projects on each that wanted to use Stash I'd have to have 2 Stash servers?
Stash lets you configure multiple JIRA servers against a single instance of Stash and creates the link to JIRA when you commit using a JIRA ID from the secondary JIRA server in the commit message, but incorrectly creates the link the JIRA server configured as the primary in Stash. Which means you get a 404 when you click it because it's looking for the ticket on the wrong server. Any plans to stop you creating app links, or at least give you some sort of warning until Stash supports multiple JIRA servers?
Cheers,
Andrew.
We have a number of Jira instances in our organization and we consider to widespread Stash to a general population of developers. At the moment we are using SVN with a custom hooks, that check for existence of JIRA ticket before the code is checked in. The fact that the integration with Stash only supports a single JIRA instance is a showstopper for us.