Originally asked by Atila Sabo on 15 September 2022 (original question)
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?