Hello. How to sync issues between 2 different Jira servers automatically without any plugins etc?
Hello,
Out of the box you can use csv export/import feature. Export all issues to a csv file and then import this file to another instance.
Yes , I known about this feature. But I am finding solution , when you create issue for example on first Jira server , It must be automatically created on another server. I known that It can be done in hard way by writing something like postfunctions etc , but Is It possible to do It without any scripts etc?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you find a solution to this?
Regards,
Teo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Teodor Greiff,
you basically have two choices:
I don't know of additional solutions.
Cheers,
Matthias
PS: I'm part of the team behind Backbone Issue Sync.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
- Another thing that comes to my mind are webhooks .
- Maybe AppLinks may help you a bit with linking issues between instances.
- If you have developer skills you may consider making own scripts to move data using REST API.
If believe that is why there are a few Jira integration Apps on the marketplace to fill the gap.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.