Hi, we are currently developing a plugin for BitBucket Data center to add a custom web-item under security section in project settings. We added the web-item in atlassian-plugin.xml and deployed the plugin in BitBucket but we aren’t able to see the web-item in that location.
<web-item key="add_user" section="bitbucket.project.settings.panel/project-settings-section">
<label key="Add User" />
</web-item>
Am I doing something wrong? How do I add custom web-item in BitBucket?
Thanks.