Hi all experts,
I'm trying using CSE to write some bitbucket plugins. After read the guilds, I'm very confused with the `extension-point` (all demos are using bitbucket.ui.pullrequest.*).
I want to put the plugin in the repo page, so I wonder where or how can I get the `extension-point` in that page?
Thanks/Sai
Hey @sai xu , sorry for the confusion around the CSE topic. With Bitbucket 7.0 we introduced the CSE only on the pull request page so far:
Client Web Fragments will be progressively replaced with Client-side Extensions throughout Bitbucket Server. You should confirm whether the page you wish to add content to supports Client Web Fragments (Finding plugin points in the User Interface) or Client-side Extensions (Discovering extension points).
https://developer.atlassian.com/server/bitbucket/reference/plugin-module-types/client-web-fragment/
You should be using the Web Fragments and Client Web Fragments on the rest of the pages other than the pull request page.
We do plan to slowly add missing support for CSE on the rest of the pages. Stay tuned and watch the release notes.
Thanks,
Maciej
Got it, thank you @Maciej Adamczak .
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.