Skip to main content

I am trying to get my Jira cards to change colour according to their workflow status “Status”.
I can get it to work fine for the Summary field, but not for status.  Is there a trick to getting this to work, or might something be mis-configured in the back-end?  The status field shows for selection, but no matter what value or criteria I use, it doesn’t want to use my rule.  Anyone have any ideas?

Hi ​@AndyC at ONT 

The issue you're seeing with conditional formatting on the Status field is likely due to how Lucid reads the JIRA data—Status might be a nested object e.g., Status.name rather than plain text.

While formatting works for Summary because it's a simple string, Status often requires referencing the correct subfield or matching the value exactly (case-sensitive, no extra spaces).

Try this:

Check the actual data under the Data Panel to confirm the structure.

Update your condition to match, e.g:

  • Status == "In Progress" if it's flat
  • Status.name == "In Progress" if nested

To learn more Add fill color to Jira cards in Lucid | Community

Hope this helps - Happy to help further!!
Thank you very much and have a great one!
Warm regards

 


@AndyC at ONT 

Check out this post with Ambar’s formula halfway down the thread:  this.$status  may be the key you are looking for 

 


Many thanks for that reference - it does work, but LUCID is saying “See errors above”.  I have tried changing the quotes, =signs and re-typing from scratch, but it is still showing as an error, despite it happily colour coding the expression …

The more detailed error message says ‘ “Status” was not found in “lHAlAUIVnsFt” ‘
Any ideas how to fix this?


“this” should almost always be lower case. Not sure if that makes a difference.

If you’re not in a rush, i’d be happy to lend a pair of eyes to hacking at it some evening if you want. Tonight is open actually. 


Hi ​@Paul McC - that’s very kind - I am not available this evening, but maybe some time next week if the offer still stands??


yes. monday & wednesday after 330pm cst. the rest of my last name is ollum. find me on linkedin and we can coordinate

 


Hi ​@AndyC at ONT, thanks for posting in the Lucid Community! Thank you ​@Humas1985 for jumping in, and ​@Paul McC as well for your help and guidance here and offering to meet!

Just wanting to jump in this thread to provide additional support here. 

@AndyC at ONT To confirm, in the conditional formatting panel I recommend setting the ‘If’ condition to ‘Formula’ and then typing in =this.$status=”To Do”. Be sure to type this in instead of pasting it in, as I found a bit of trouble when pasting this in. You can replace “To Do” with “In Progress” or whatever status you’d like.  

Does that work for you?

If this is still causing trouble, can you please send a temporary Support PIN for this document? This will allow me to take a closer look at the issue you’re experiencing. For more information on generating a Support PIN, check out this Help Center article. This PIN is only accessible my members of Lucid’s support team, so it is safe to share within this thread. 


Reply