SonarCloud Could not find the pullrequest with key 'XXXX'

  • ALM used: Azure DevOps
  • CI system used: Azure DevOps

We have sonar setup to analyse our PR’s which have stopped working for 1 of our projects, all other projects are fine.

The error from the logs is: Could not find the pullrequest with key 'xxxx'

We get this for any PR’s created recently, the last ones to work were created 2 days ago.

What’s also strange is, if I call this URL with an existing key that is already held within sonar I get the same response.

https://sonarcloud.io/api/alm_integration/show_pullrequest?project=our_project&pullrequestKey=xxxx

This links does return a list of existing PR’s from sonar

https://sonarcloud.io/api/project_pull_requests/list?project=our_project

Any idea/suggestions of where I can look first?

Getting the same message. PAT is not expired. Was working fine earlier in the day.

1 Like

I was able to resolve it. PAT in Administration > Organization settings was expired. I had only checked the project level PAT. Hopes this helps.

1 Like

thank you so much!

Someone else in the company originally setup the org in sonar so I didn’t know there was an org level PAT!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.