We have two JIRA systems that are completely different from each other: One is a customer facing support portal with each client as a project, the other one is an internal development work management system with each product as a project and time tracking, etc.
I am currently trying to figure out how to integrate them with each other. I would like to create issues via a button (e.g. workflow transition) in System A in System B and receive updates (e.g. comments, etc.) or transition the status of an issue in System A depending on System B.
So far I understand that there is:
Does JIRA 5 bring anything that would make this easier to accomplish?
I have figured out a way to let seperate jira instances communicate with each other using JJUPIN Simple Issue Language (https://marketplace.atlassian.com/43318). It is a pretty nice plugin that even allows you to talk to a remote jira system via SOAP / REST without having to write your own plugin.
Hi Fabian,
You could also have a look at Backbone Issue Sync for JIRA, which allows you to achieve exactly what you're describing: Keeping multiple JIRA instances in sync.
Besides having full control on which issue types and which issue fields should be synced, you can also connect the workflows of the two instances or synchronize comments and attachments.
Check out our docs, or get in touch with us directly, if you have any further questions - we'll be happy to help.
Cheers,
Nils
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JIRA Command Line Interface has enablers for helping with this - see Documentation .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Bob, but I am afraid that it takes too much effort to jusitfy this to the managers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's Remote Linking in JIRA 5.0 - which probably doesn't go quite as far as you need, but at least you can link 2 issues more easily now. The REST API is also more useful now as it allows for updates as well as getting values.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is it really such an odd usecase? I mean, how likely is it that I only have one JIRA instance running in my company? There are systems with entirely different focusses that can be powered by JIRA. I would think there should be some OOTB ways to exchange information between them...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
One more addition, REST API. There is nothing much OOTB in Jira 5 for integrating different instances. The Remote Issue Links may be of some use.
Related discussions here
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I was afraid that I would get this answer. Thanks anyways =)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
FYI - Since 2016 there is a new plug in that appears to cover this. I haven't used it yet but the approvals are pending so we can at least do the trial.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Fabian,
this summer we have released advanced JIRA Synchronizer at
https://marketplace.atlassian.com/plugins/com.intenso.jira.plugins.synchronizer
The idea is that particular issue types in particular project are synchronized with second JIRA project+issue type pair - that's something what we call Contract.
That's the base and next steps depend on needs. You can decide what will be:
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.