Hi,
We wrote a Jira plugin to display a menu with items in Jira's navigation bar, and it works well.
Now, we want to do the same with Confluence. New plugin is created, I copied the web items and sections from the Jira plugin to Confluence, and... only the top level item appears!
<atlassian-plugin key="${atlassian.plugin.key}" name="${project.name}" plugins-version="2">
...
<web-item key="menu_libre_service" name="Libre-service" section="system.header/left">
<label>Libre-service</label>
<link linkId="menu_libre_service">https://confluence.xxxxx.com/display/ADMIN/</link>
</web-item>
<web-section name="JIRA" i18n-name-key="section_jira.name" key="section_jira"
location="menu_libre_service" weight="10">
<label key="section_jira.name" />
</web-section>
<web-item key="lien_creation_projet_jira" name="Créer un projet" section="menu_libre_service/section_jira" weight="10">
<label>Créer un projet</label>
<link linkId="lien_creation_projet_jira">/secure/CreateIssue.jspa?issuetype=16201&pid=60805</link>
</web-item>
The first Web item show up in the navigation bar, but its children are not.
Is this supported in Confluence 6.13?
Thanks.
Hi Pascal,
Thank you for contacting us. I'm not too sure about this myself, but I think you might be able to find the help you need from our Atlassian Developer Community. The majority of users on this Community are end users who are not developing plugins for our products, but the Developer Community is. They will be more likely able to tell you what is and isn't possible when developing for Confluence,
Let me know if you have any trouble with that.
Regards,
Shannon
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.