Hello!
We have bitbucket server v6.10.8 and would like to do the upgrade to 7.6.
The point is as part of the upgrade we found that one of the plugins we use has been deprecated, so after raising a defect and not getting any response we are searching for an alternative.
In particular, what we need is to add some customized buttons in a Pull Request view. Now, by using the deprecated plugin we were able to configure some additional buttons like "Launch Jenkins Build" or "Delegate Merge" to do POST http requests to Jenkins (as Jenkins is in charge of all that tasks).
As that plugin seems is not going to be supported anymore, is there any alternative to achieve this?
Thank you very much in advance.
Hi @Ginés Sanchez and welcome to the community. If you would like to create a new plugin or add missing support to the existing plugin, you can use Client-Side Extensions in Bitbucket 7.x:
https://developer.atlassian.com/server/framework/clientside-extensions/guides/introduction/
The plugin point you will have to extend is called "bitbucket.ui.pullrequest.action". You can find an example code here: https://bitbucket.org/atlassianlabs/bitbucket-client-side-extensions-template/src/master/src/main/my-app/extensions/pull-request/action-extension.js
Feel free to check the developer community if you want to ask more questions about building plugins for Bitbucket:
https://community.developer.atlassian.com/c/bitbucket-development/12
Thanks,
Maciej Adamczak
Atlassian Developer
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.