We're using Jira Server, and a user raised a question to me today.
Can we highlight a Jira workflow transition button?
My first thought jumped to "opsbar-sequence" so I reordered the buttons to put them in order of "preference" (i.e., moving the workflow forward instead of backward).
However, while I was editing the transition properties, I had the thought that there may be a property for "button background color" or something similar. Something that could set it apart from the other options, as opposed to just a better ordering of options.
A new thought just came to me based on this question:
Approve could be colored green, and Reject could be colored red. That could be a widely beneficial "use case" based on this idea.
On a side note, when I have both behaviors (select list conversion A trying to update B and vice versa), I noticed I can't edit or create issues. I looked at the browser console and saw the following JS error pop up a few times:
Uncaught TypeError: Cannot read property 'toLowerCase' of undefined
at Class.getDescriptor (batch.js?atlassian.aui.raphael.disabled=true&locale=en-US:1630)
at Class._setDescriptorWithValue (batch.js?atlassian.aui.raphael.disabled=true&locale=en-US:3389)
at HTMLSelectElement.<anonymous> (batch.js?atlassian.aui.raphael.disabled=true&locale=en-US:3389)
at HTMLSelectElement.dispatch (batch.js?atlassian.aui.raphael.disabled=true&locale=en-US:104)
at HTMLSelectElement.h (batch.js?atlassian.aui.raphael.disabled=true&locale=en-US:96)
at Object.trigger (batch.js?atlassian.aui.raphael.disabled=true&locale=en-US:101)
at HTMLSelectElement.<anonymous> (batch.js?atlassian.aui.raphael.disabled=true&locale=en-US:117)
at Function.each (batch.js?atlassian.aui.raphael.disabled=true&locale=en-US:54)
at init.each (batch.js?atlassian.aui.raphael.disabled=true&locale=en-US:47)
at init.trigger (batch.js?atlassian.aui.raphael.disabled=true&locale=en-US:117)
My guess is that the JS error hoses the edit/create form, which prevents the button from submitting.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.