Hi guys we have 2 jira core in our office and we need to create same issue every time in both environments is there is any possible way to solve this problem auto issue creation if we created issue in one environment means it should reflect in the another environment.
Hello @Rajesh Ramankutty
I have implemented something similar to your use-case using Script runner plugin and some custom scripting. There are paid plugins available for your scenario like "Backbone" And "Exalate" as mention by @Dave Bosman [Realdolmen] in his answer.
But generally it's bit of an overhead to have two different Jira instances trying to create issues in one-another (which is easy part) and trying to have workflow sync (hard part) between issues of two instance.
Ideally 2 instances should be connected via Application links which is supported out of the box by Atlassian and we should try to consolidate the projects or move to since DC jira in order to avoid synchronization across Jira instance as it can very quickly get quite complicated to maintain and scale.
Out of the box, this is not possible.
But you can solve this with a plugin like https://marketplace.atlassian.com/apps/1213645/exalate-jira-issue-sync-more?hosting=server&tab=overview
Regards
Dave
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.