Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to "highlight" a workflow transition button?

Adam Humenansky
Contributor
October 20, 2021

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.

1 answer

0 votes
Irtiza Rizvi
Contributor
March 7, 2017

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.

Suggest an answer

Log in or Sign up to answer