What is the JQL to use to change a card colour if field Fix Version/s is not assigned AND the card is in the Done column on the Kanban?
eg.
IF CARD IS DONE AND FIX VERSION/S IS EMPTY THEN CARD COLOUR IS RED
The JQL is
fixVersion is EMPTY and status = XXX
You need to replace XXX with the status for tickets in your Done column e.g. for me it would be Closed but I'm not sure what your's is.
Great!
Thanks
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.