Issue boards selector only shows first 2000 boards
Issue boards selector currently loads a max of 100 boards. Unable to load any more than this, either by search or scrolling to bottom.
Broken by !24905 (merged)
Non-graphQL endpoint fetched all boards, graphQL boards field has a limit of 2000 now.
Solution
Need to add cursor based pagination to fetch subsequent pages when scrolling to the bottom as well as filtering by board name.
Edited by Alexandru Croitor