It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
I tried to add items the "More Actions" drop down menu followed the link below:
It said below:
To add your own section to the 'More Actions' drop-down menu, define a web section that includes a location
attribute with the value "opsbar-operations"
.
For example, your web section module would contain:
< web-section key = "my-custom-more-actions-section" ... location = "opsbar-operations" ...> ... </ web-section > |
Adding new web items to your own sections is similar to the method above for adding new web items to existing web sections. However, specify the value of your web section's key
attribute as the value of your web item's section
attribute. Hence, following on from the previous example, your web item would contain:
<
web-item
...
section
=
"my-custom-more-actions-section"
...>
...
</
web-item
>
Should have worked. Any typos? Or any error in the logs?
Same thing was happening to me and then I realized that the web-item section should be an Atlassian section such as operations-operations as oppose to my-custom-more-...
This worked (I like examples ):
<web-section key="my_links_section" name="My Links Main Section" location="opsbar-operations" weight="10"/>
<web-item key="my_links_link" name="Link on My Links Main Section" section="operations-operations" weight="47">
<label>Hot Fixes</label>
<link linkId="my_links_link">http://www.atlassian.com</link>
</web-item>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It started as any story starts, on a normal, rainy day. Admin meets App, and her name was Klok2, and like any first relationship we were both trying to make it work but neither one knew what...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.