Right now my web-item in atlassian.xml looks like this:
<web-item name="MyItem" section="operations-top-level" i18n-name-key="afo-befuellen-button.name" key="afo-befuellen-button" weight="1000">
.
.
</web-item>
My web-item appears in section operations-top-level.
Would be ok . But it appears in a drop down menu namely "More actions".
So the user first has to click on "More actions" and then again on the web-item.
But I want my web-item not to appear in the drop down menu !!!
How can I do this ?
I found this link Issue view UI locations (atlassian.com) .
There they also say that it is put under the "More actions" drop down box.
But is there a way to not put it there ?? Thanks for your help !
What I already found out :
section="transitions-all"
transitions-all will put it in drop-down menu of "Workflow" .
And finally
weight="1"
moves it out of drop-down box .
But another button now was into drop-down box .
Maybe if both buttons have same weight , then it will work
There are only a limited number of spaces in the menu bar, and when there are more than that limit to display, the screen puts the over-the-limit ones into the drop-down.
When you weight your item above others, it moves into the menu bar, but it has to push something (with a higher weight) into the more-actions drop-down. It doesn't matter how you weight your item, it's going to push something into the drop-down.
For what it's worth, I would recommend not weighting your item at 1, there are more useful things to have in the bar, weight it after the more useful actions.
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.