I'm trying to create an add on and I need to pull the list of issues in a project. However, maxResult is only 50.
I find out we need to do pagination in order to solve this problem. it could increase to 1000. https://confluence.atlassian.com/jirakb/changing-maxresults-parameter-for-jira-rest-api-779160706.html?utm_source=SAC&utm_medium=engineer_issuesuggestions
However, have anyone able to do pagination on their add on? Looking for advises. Thank you!