We used to be able to embed a Jira issue collector script in the Announcement Banner for Bitbucket (Add-On by Sweet Bananas) however, that add-on has become monetized and we are not playing along. The Built-in announcement banner displays the script. What other options are available?
Create a simple Bitbucket server plugin and add the issue collector script as a web-panel in atlassian-plugin.xml like so
<atlassian-plugin ... plugins-version="2">
<web-panel location="bitbucket.notification.banner.header" key="kevins.test">
<context>atl.general</context>
<resource name="view" type="static"><![CDATA[<script ......></script>]]></resource>
</web-panel>
</atlassian-plugin>
The issue collector tab is shown on any bitbucket page.
Tip: place the collector tab as vertical, horizontal version may be hidden by the BB page header
Let me know if you run into any trouble
Ulrich,
I am a newbie on the server CLI, so you lost me at "Create a simple Bitbucket server plugin and add the issue collector script as a web-panel in atlassian-plugin.xml like so..."
My understanding is then that the issue collector script gets put somewhere on the server after I run atlas-create-bitbucket-plugin on the server. I'll need to read much deeper to determine exactly which directory I would run that and the Issue Collector script generated by Jira.
(Sorry for the very late response: We did a lift & shift of our servers from our on-prem data center to AWS Cloud Services in September and we've been slightly busy) (:)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your script JSM content goes directly into the
<script ......></script>
placeholder in atlassian-plugin.xml
No extra files needed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.