Gitlab API - Can't lookup milestones by their iid anymore.
Created by: yasserhussain1110
Earlier, for the Gitlab API
I would make a request like - GET /projects/:id/milestones?iid=42
and I would get only the issue with iid of 42. But now when I make the same request I get all the milestones
for the project and I have to loop through the milestones, to get to the milestone I really wanted.
Please confirm
that this is an issue.