Rest API ticket list

Is there currently a way to get a list of issue ids that follow a specific filter without getting the other information about the tickets and can return more than 500 results? I am currently using

http://myproject.myjetbrains.com/youtrack/rest/issue/byproject/E?q={filter}&max=10000 but I am only getting 500 results and there should be over 1000 tickets caught by the filter.
0
3 comments
Avatar
Permanently deleted user
Hello, Kit!
What about your first question, about getting only issue ids - you can make id adding "with" parameter: http://myproject.myjetbrains.com/youtrack/rest/issue/byproject/E?q={filter}&max=10000?with=numberInProject you can list all other fields you need this way.
About getting only 500 issues. Please, check your Settings page in Admin menu - "Max Issues to Export" parameter should be set to issues count that you actually need.
0
Avatar
Permanently deleted user
Thanks, it's all working now, although you have a typo in the url. I assume it is meant to be ..&with.. rather than ...?with...
0
Avatar
Permanently deleted user
You're right, I'm sorry!
0

Please sign in to leave a comment.