Defect #25400
closedDocumentation for Rest API issue listing seems incorrect
0%
Description
Hello !
On the documentation page for listing issues through the API, these lines were added 2 months ago :
issue_id
: get issue with the given id or multiple issues by id using ',' to separate id.
GET /issues.xml?issue_id=1
GET /issues.xml?issue_id=1,2
Source page :
https://www.redmine.org/projects/redmine/wiki/Rest_Issues#Listing-issues
After testing and looking at the roadmap, I can't find anything proving that "listing issues by ID" is working, or even implemented. (only reference to this functionnailty is Patch #10828, which has never been merged)
I could edit the wiki page directly, but I want to be sure before editing the page that :- This functionnality really doesn't exist
- I didn't just failed to make it work
This is quite high priority IMO, since it's sitting at the top of the main API wiki page, and already has fooled 2 people at least (me, and the guy who asked me why it wasn't working when he was trying to get multiple issues by ID through the API)
Related issues