Cross Instance Issue Create

James Williams April 12, 2017

So we are in the process of splitting our JIRA instance in half, is there any way to achieve a unified create menu?

 

So if I have project A on instance 1 and project b on instance 2. Is there a way I can create a ticket in Project B while in instance 1?

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
April 12, 2017

No, because you're working in two separate independent systems.

You'll need to find or write code to do that, and you've got two choices

  • Replicate a project or projects, so that project B exists in both and then use an add-on or custom scripts to make updates on both sides
  • Inject a new create issue screen into one instance that has code behind it that can poke data into the other one.  (Have a look at the "issue collectors", as they can do something like that)

Suggest an answer

Log in or Sign up to answer