Hi Community,
we are in the need of synchronizing two JIRA Data center instances on premise with Exalatethat have both installed table grid plug in.
We successfully followed the guide from Exalate KB (https://docs.idalko.com/exalate/display/ED/How+to+sync+Table+Grid+Editor+data), but we have a question.
Given that the “tgeGridDataManager.addRows” method requires the issue id parameter, it can’t be used for the first sync: is there a way to automatically add the grid data without the need of asking the user to perform an additional action on the source ticket (such as manually execute a transition)?
Please consider that on both platforms we have Scriptrunner installed.
We came up with the following approach, the epic.groovy script contains a “CreateIssue” method that would be useful for us, so the way to implement this is: