When you get rest/issues/?project_id=N you get not only issues with project id of N,
you also get all of the issues in subprojects of project id N. I don't want the latter,
only the former.
How do you get issues with a specific project id?
It's easy enough to filter out issues from the returned array that don't have the
specified proejct id, but it seems like there should be a better way...
REST: how to fetch issues with specific project id?
Moderators: Developer, Contributor