Project

General

Profile

RedMine API: Sorting response?

Added by Asbjorn G almost 13 years ago

We're currently in the middle of migrating our collaboration and issue tracking tool from SourceForge EE to Redmine.

Inserts are done using the API, which so far is working brilliantly!

However, I do have one question:

Is it possible to have the responses sorted by a specific value? I'd like to prompt the user for which project to import issues into, and at the moment the response is sorted based on name - I would like for it to instead be sorted based on ID.

Does the API currently support this, or will I need to do the sorting myself once I've fetched the data?

Cheers,

Asbjørn