User menu web section id in Bamboo

Przemyslaw Sz May 11, 2017

I'm developing a ref app plugin and want to adjust it to Bamboo. I want to add web item (simple link) to the user menu marked on the picture below in red rectangle:user-menu.png

I use the following statement in atlassian-plugin.xml:

<web-item application="bamboo" key="bamboo-user-settings-link" section="system.user/userconfig" weight="999">
<label>My plugin user settings</label>
<link linkId="rublon-devices-link">/plugins/servlet/mypluginusersettings</link>
</web-item>

as you can see I used section system.user/userconfig, but link is not added to user menu, when I run bamboo with my plugin. Is this a proper section name? If not how can I determine section name?

2 answers

1 vote
Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 26, 2017
<web-section key="test.link" name="Test link" location="header.global.secondary/user.menu" weight="15">
</web-section>

<web-item key="test_er.link" name="Test er link" section="header.global.secondary/user.menu/test.link" weight="15"> <label key="test.link"/> <link linkId="testLink">/test/link.action</link> </web-item>

Screen Shot 2017-05-26 at 13.13.38.png

0 votes
Alexey Chystoprudov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
May 26, 2017

test

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events