Added by Fabien Camous over 8 years ago
let's say I want to retrieve issue id 3, 8 and 10.
Is there a way of getting those 3 in one REST API call ?
I've tried to play only to be able to select one issue from the multi issues endpoint with no luck
/issues.json&issue_id=3 /issues.json&id=3
hoping at one point that one format such
/issues.json&issue_id=3,8,10
make the deal.