jira-plugin

How to access the next page using JIRA -REST-API for python

How to access the next page using JIRA -REST-API for python Question: I am trying to fetch all issues related to a project. When I execute the below code, I get only 50 results. I need to navigate all pages and get all the bugs.Please help all_issues = jira.search_issues(‘project=ProjectName’) each_issue = sorted([issue.key for issue in …

Total answers: 3