Note
We've packed up and moved from Confluence to Discourse to bring you a better, more interactive space. Out of courtesy we didn't migrate your user account so - you will have to signup again
The Exalate team will be on holiday for the coming days - returning Jan 4
Enjoy & stay safe
Hello,
we started to use Exalate in our Company to sync different Jira Projects on the same Jira instance.
For testing purposes, we tried to “clone” one project (conatins 4500 Issues) to another one (empty-newly created), by using the Bulk Exalate function. It works really good (exept of the performance), but we recognized that Exalate starts to sync the newest (or last updated) Issues at first. That means, for example ABC-4500 will matched to DEF-1. As far as i know, exalate starts with the last updated issue and sync it to the new Project (create a new Issue).
Now i'm wondering if there is any possibility to force exalate to start with the oldest Issue (lowest ID) first.
For example, would it work if i use a “ORDER BY priority ASC” command in the script somehow, to tell exalate to start the Bulk Exalate function ascending by the id?