Searching for filters by id has an undocumented limit

Hello,
Please can someone update the docs here https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-filters/#api-rest-api-3-filter-search-get and here https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-filters/#api-rest-api-2-filter-search-get to indicate that you are only permitted to specify 200 id parameter values in one request, otherwise you’ll get a 400 Bad Request response?
Thanks,
Jon

This is a duplicate of Undocumented 400 Bad Request response scenario because the docs haven’t been updated :cry:

1 Like

Hi @jbevan ,

Thank you for your diligence and persistence. It’s been a while since I’ve changed any Jira code, but since this looks straight forward, I’ll take it on.

Regards,
Dugald

1 Like

Hi @jbevan ,

I’ve applied the fix to the JavaDoc in Jira’s codebase that results in the creation of the Swagger/OpenAPI spec. It should reach production soon.

Regards,
Dugald

2 Likes

Thanks for doing this, looks like the update only partly worked

1 Like

Hi @jbevan ,

Yes, I saw that and have another PR open to fix it. It seems the code that generates the Swagger/OpenAPI doesn’t respect this format.

Regards,
Dugald