In our issue view there are the possible workflow steps but we want to change the order of them.
It was great if we could show all steps in one row or just show the important steps on the view and the others in the menu of workflow.
In the attachment you will see what I mean.
BR Elke
Elke,
To sum up what both of my collegues said above, to change how many buttons are displayed in the Issue View in JIRA you'll need to:
ops.bar.group.size.opsbar-transitions = X
To change the order of transition buttons and 'workflow' menu items, you'll need to add the property key '<tt>opsbar-sequence</tt>' to each workflow transition that you wish to re-order. To do it, please:
For each workflow transition, you may wish to use gaps in your <tt>opsbar-sequence</tt> property values (for example, 10, 20, 30, etc.) rather than consecutive values. This will allow you to 'insert' new workflow transitions more easily at a later point in time.
Also, more information about how to configure this can be found in our Customising workflow transitions on the 'view issue' page documentation.
I hope this helps, please let us know if you have any further doubts.
Best regards,
Matheus Fernandes
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We wrote a plugin to do this and believe it's worth it's price if you have a large installation. The plugin provides a drag and drop gui and allows reordering of workflow transitions within a step (reordering workflow transition steps is the next feature in our roadmap for the plugin).
You can find more out/install it/etc from the Marketplace page
We're currently offering a promotion for folks interested in our CCC Last Comment plugin where we include a free license to Transition Reorder X (what we call it) - had nearly $10K in sales of last comment since the promo went live and...nobody's bothered to download TRX. Strange when you can't even give it away...
-wc
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Elke,
In order to add the amount of workflow buttons that are available in the issue view screen, you would have to modify your jira-config.properties file which you can find in your JIRA HOME directory (if it's not there, you would have to create it manually).
In the file, enter the following property :
ops.bar.group.size.opsbar-transitions
At the end of the property, enter the number of buttons that you would like to have, for example :
ops.bar.group.size.opsbar-transitions = 3
Cheers,
Joe
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.