shijl0925 / python-sonarqube-api

Python Client library for interacting with Community, Developer, and Enterprise Editions SonarQube's REST APIs and SonarCloud's REST APIs.
https://python-sonarqube-pro-api.readthedocs.io/en/latest/
GNU Affero General Public License v3.0
133 stars 77 forks source link

No feature for listing Pull request Overview and file level issue #37

Closed dhananjayagupta closed 2 years ago

dhananjayagupta commented 3 years ago

image

shijl0925 commented 2 years ago

https://github.com/shijl0925/python-sonarqube-api/blob/master/docs/examples/project_pull_requests.rst#examples

List the pull requests of a project.:

project_pull_requests = sonar.project_pull_requests.search_project_pull_requests(project="my_project")