Hi @sylvie, thanks for your feedback. Have you tried using the new Client-Side Extensions that we introduced for new Pull Request page? You can find more information about them in the previous EAP posts:
- Announcement: Bitbucket Server 7.0 Early Access Program (EAP) release - #21 by behumphreys
- Documentation page:
About Client-side Extensions (apologies, this page is still under construction) - A plugin template you can check new extensions system:
Bitbucket
Let me know if the new extensions points are enough for you to migrate existing plugin code.
We do have a different context for the new pull request page but it’s temporary a non-public API context and the name can still change: bitbucket.internal.next.apps.pullRequests
. I wouldn’t recommend using it in the plugin code. You should consider using the client-side extensions only.
Thanks,
Maciej