Hi,
We were able to show more that 2 workflow buttons in Jira 4.2.3
http://forums.atlassian.com/thread.jspa?threadID=50763
However, this patch dont seem to work in Jira 4.4.4, any tips? Thanks in advance
It must still be possible. Put it in jira-config.properties under JIRA Home and see if it works. See http://confluence.atlassian.com/display/JIRA044/Advanced+JIRA+Configuration for details.
Thanks for the tip Erwin and Jobin, I tried this out on JIRA 4.4.4 and it work well. https://answers.atlassian.com/questions/34251/show-more-workflow-buttons is the best reference. And just following that is info on how to change the order of what shows - this was something we have wanted for some time.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I got the same situation.
I would like all the buttons grouped into the dropdown.
So I make the parameter ops.bar.group.size.opsbar-transitions=0
(Tried both with and without space before and after '=' character)
Then I restart the Jira service.
But there's still 2 buttons on the transition bar
Did I miss something?
My Jira is 4.4.3
Thanks,
TuanVo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't think it supports 0, it's assuming you mean "default"
You have the format correct although I stick with the slightly more readable choice, with spaces ops.bar.group.size.opsbar-transitions = 0
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Nic for the quick response.
I can see positive numbers work.
Just because I would like the transitions to be in 1 kind: all in buttons or all in the dropdown list.
As your statement, it would not be "all in the dropdown list".
Then I put number of 20 to make sure all in buttons.
Now the other need happens: hide the unused "workflows" dropdown. --> Could you know how to do that please?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Changing the workflow number is the same principle and covered in the forum post above (although I don't think you really want to "hide the unused workflows" stuff - you do actually need that to progress things through the workflow...)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I didn't mean the unused workflows.
Actually it's the dropdown control which never contain any transition inside and is disable. (Because I make the number to 20 and ensure that there's no more than 20 transitions from 1 status.)
The dropdown is always disable and I would like to hide it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm sorry, you've lost me, I don't understand what you're talking about now. What dropdown control are you talking about?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, I see you want to hide this when there are no options.
I'd actually say that's not a helpful thing to do. Think of the three types of users you have and what they will do when they look at an issue:
1. If there is a greyed-out workflow button
Expert Jira users will think "I have no rights to do stuff"
Regular Jira users will think "Workflow is there, but not available for some reason, I should ask my admins"
Novices will think "there's something I might do there, but I can't, let's ask why"
2. If there is no button at all
Expert Jira users will think "Where's the workflow? Why is there nothing to tell me I can't do anything?"
Regular Jira users will spend ages looking around, trying to find something that allows them to do stuff, get aggravated and then shout at the admins
Novices will think "WTF, why, how do I do stuff, I'm confused, I give up"
The grayed out button gives users a LOT of information. Remove it and you'll cause a lot more confusion.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We are cheating by hiding it. In the announcement banner I added this code:
<style>#opsbar-transitions_more{visibility:hidden;}</style>
We had to set ops.bar.group.size.opsbar-transitions= to be higher then the number of transitions we have. It's a patch but not a fix.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nic: Shouldn't we show all possible options in the bar then? So the users knows exactly what he could chose if he has the rights?
Judging by my experience, our users use what they have. A greyed out button suggests that there could be more and they start thinking about bugs. If they don't see that greyed out button, they will use what they have (unless there really is something hidden they saw before).
So why not allow us to chose if the button will be hidden when no options are available which could be displayed there? I'd just want a parameter to switch it off. It would be great if Atlassian let me decide what I can expect of my users. Hiding a that thing is just a technical feature.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same issue, is there a resolution to this?
Screen space would be cleaner if "Workflow" only if appears if there were workflows within it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No "resolution" without coding.
It's not really a good idea to reduce useful information for users (even telling them "there's stuff you could do, but can't for some reason" is better than making them spend ages looking for options)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Nic for the quick response.
I can see positive numbers work.
Just because I would like the transitions to be in 1 kind: all in buttons or all in the dropdown list.
As your statement, it would not be "all in the dropdown list".
Then I put number of 20 to make sure all in buttons.
Now the other need happens: hide the unused "workflows" dropdown. --> Could you know how to do that please?
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.