microsoft / azure-devops-intellij

IntelliJ IDEA plug-in for Visual Studio Team Services and Team Foundation Server (TFS)
MIT License
149 stars 94 forks source link

Pull Requests Don't appear #566

Open ShawnTalbert opened 10 months ago

ShawnTalbert commented 10 months ago

I created a pull request. It doesn't appear in the [Pull Requests] tab even though it seems my plugin is authenticating and otherwise working fine.

The Open in browser... link does faithfully open the URL (which shows a blank blue screen unless I revisit the url). Once displayed I can plainly see my PR in the browser view.

PR's are a fundamental use case (indeed, if not for PRs I don't see any reason to use this plugin at all?). Cloning, push and pull are all native functionality for git. It's only the PR functionality that is Azure specific, and it's not working very well.

ShawnTalbert commented 10 months ago

For more info, I created the PR with the plugin, but subsequent display of the [Pull Requests] tab shows zero requested by me.

image