Hi,
I’m trying to fetch issues using GET api/issues/search endpoint and I ran into a couple issues.
- I cannot retrieve more than 10,000 rows using a token (regardless of number of sessions and even after implementing pagination). This is a problem as we have about 50k issues and this number would grow over time and we’re looking to retrieve this data every day to get the most recent state for all issues. Has anyone managed to find a workaround?
Also, the endpoint does not provide us with any information on the security category associated with an issue eg. OWASP, CWE.
Thank you