Question about getting bugs from the api
Hello,
At the moment im building a script te create a csv file with all bugs that are not closed for a certain set of projects.
Is it possible to request only the bugs of a project that are open?
If not i will have to make quite a bit off calls to retrieve ALL bugs of the projects i want and then exclude all the bugs that are closed. Ofcourse this will work, but it'd be great not haveing to do those extra requests :)
That being said, creating a export like this will require me to make around 30 requests to your api.
Is there a limit of requests we can do a day?
I hope to hear from you:)!