We have multiple PRs in Azure.
But since some hours the following error is showing:
ERROR: Could not find the pullrequest with key '2242'
ERROR: Caused by: Error 404 on https://sonarcloud.io/api/alm_integration/show_pullrequest?project=xxx_Portal&pullrequestKey=2242 : {"errors":[{"msg":"Unable to find the pullrequest with key \u00272242\u0027"}]}
We have already checked our tokens. But they are not expired.
Azure requires that a user log in every 30 days, or it automatically kills a PAT; this action may cause your related pipeline to fail. Here is an Azure Q&A on this topic.
Many systems will return a 404 error (i.e. what you’ve asked for doesn’t exist) rather than a 403 error, thus admitting that the resource exists but you just don’t have access to it.
Can you try it again? In 99.99% of these cases, that’s the problem.