Actions
Defect #26483
closedREST api for issue doesn't work with sort
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
Hi,
The REST api for issue Rest_Issues states that it accepts a parameter 'sort'.
I use the api and pass in the column name, e.g. issue_id, updated_on, created_on, tracker_id etc, but I get the same list in the same order. Even if I also pass in ":desc", I still get the same list in the same order. The api doesn't support sort at all. Please add the support.
Actions