Based on:
https://answers.atlassian.com/questions/63782/configuring-the-action-buttons
I am able to tune the number of Workflow buttons via ops.bar.group.size.opsbar-transitions in $JIRA_HOME/jira-config.properties. One problem is that a ghosted "Workflow" dropdown button will appear if the number of transitions available is one less than this value.
But, although my Project is not configured for Greenhopper, I have these silly "Agile Board" and "Rank to Top" buttons which I will never use, prominently placed on my UI. I'd like to get these out of the way. I can not figure a way to configure the button list, but I did try setting ops.bar.group.size.opsbar-operations but I do not observe any change in the number of Operations buttons displayed.
The above screenshot is with jira-config.properties configured like so:
ops.bar.group.size.opsbar-operations = 2
ops.bar.group.size.opsbar-transitions = 4
Jira 5.0.7
Hi,
One problem is that a ghosted "Workflow" dropdown button will appear if the number of transitions available is one less than this value.
This is being tracked by Atlassian here: https://jira.atlassian.com/browse/JRA-24608
Regarding the setting of the ops.bar.group.size.opsbar-operations property, it worked correctly for me, so it is possible there is sonme problem with the file you've created, so to use it please:
Also, if you wish to change the order of the buttons displayed, see this page (search for "Customising the Positions of Items and Sections"). For example, to make the Log Work button appear before the Agile Board, Rank Bottom, etc. buttons, I did the following:
<web-section key="operations-work" name="Ops Bar Operations Work Section" location="opsbar-operations" i18n-name-key="webfragments.view.issue.opsbar.operations.work" weight="11"/>
This attribute I modified is the "rank" attribute of the button. That is, every button/web-section has a 'weight' value and the lower values appear before the higher in the menu. So what I did is I lowered the value of the 'operations-work' web-section so it would appear before GreenHopper.
I hope this helps!
Best regards,
Matheus Fernandes
Thank you sooooooo much for this! Your properties file is a broken link now but it wasn't needed after viewing the very detailed https://developer.atlassian.com/display/JIRADEV/View+Issue+Page+Locations#ViewIssuePageLocations-IssueOperationsBarLocations page that you linked. After rearranging the weight of the opsbar operations-operations to 10 (to be first) then I set the number of buttons displayed to be 4 to cover them all with jira-config.properties: ops.bar.group.size.opsbar-operations=4
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am glad that helped, Geoff! :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Stupidly, this does not appear possible (I'd like to get rid of them as well). Disable Rapid Board operation when JIRA project is not included in the greenhopper enabled projects
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.