REST: how to fetch issues with specific project id?

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
grante
Posts: 18
Joined: 10 Apr 2015, 14:47

REST: how to fetch issues with specific project id?

Post by grante »

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...
Post Reply