Importing JIRA Tasks in a Particular Order
Question: How can I import JIRA tasks into my project in the same order as they appear in Jira?
Answer: To maintain the same order when importing tasks from Jira, use the JQL option and ensure that the query includes the correct 'ORDER BY' clause that matches your desired order, for example, make it the same as in the query that is used for the Jira board in question.