In order to guarantee stability and performance of Jira Cloud, we are constantly reviewing Jira REST APIs to make sure their design enables and encourages good practices.
Starting 1 April 2019, you must use the paginated endpoints for filters and projects. The paginated endpoints are more scalable and can deliver lower response times compared to the non-paginated ones.
Before the end of the deprecation period, you must do all of the following:
replace all calls to GET /rest/api/2/project with GET /rest/api/2/project/search
replace all calls to GET /rest/api/2/filter with GET /rest/api/2/filter/search
If you need help with this change, ask in the Jira Cloud Development forum in the Developer Community.
Rate this page: