shiraji / find-pull-request

Intellij plugin that jumps to the pull request page
https://plugins.jetbrains.com/plugin/8262
Apache License 2.0
81 stars 3 forks source link

Support Atlassian Bitbucket server #98

Open RuslanSafa opened 4 years ago

RuslanSafa commented 4 years ago

Thanks for the cool plugin. Use Atlassian Bitbucket v5.14.1 When searching for a plugin gives a link: https://url/$PROJECT_REPO/$PROJECT/pull/149/files#diff-935d832518311fa4a605496e4a00cc33 But the real path: https://url/projects/$PROJECT_REPO/repos/$PROJECT/pull-requests/149/overview

shiraji commented 4 years ago

At this moment, this plugin only supports bitbucket.org, not Atlassian Bitbucket server.

The URL format is https://bitbucket.org/shiraji/$PROJECT_REPO/pull-requests/1

Let me think how I can support Bitbucket server.

shiraji commented 4 years ago

@RuslanSafa

In order to support new hosting service, this plugin needs to know following information:

Unfortunately, because I don't have any way to use the hosting service, I'm not able to debug or fix bugs if something happens in future.