I ran the Get Board REST API today and noticed that the list of names of colors has expanded. I was expecting:
"labelNames": {
"green": "",
"yellow": "",
"orange": "",
"red": "",
"purple": "",
"blue": "",
"sky": "",
"lime": "",
"pink": "",
"black": ""
},
but got
"labelNames": {
"green": "",
"yellow": "",
"orange": "",
"red": "",
"purple": "",
"blue": "",
"sky": "",
"lime": "",
"pink": "",
"black": "",
"green_dark": "",
"yellow_dark": "",
"orange_dark": "",
"red_dark": "",
"purple_dark": "",
"blue_dark": "",
"sky_dark": "",
"lime_dark": "",
"pink_dark": "",
"black_dark": "",
"green_light": "",
"yellow_light": "",
"orange_light": "",
"red_light": "",
"purple_light": "",
"blue_light": "",
"sky_light": "",
"lime_light": "",
"pink_light": "",
"black_light": ""
},
So of course, I went to my Board and tried to use some of these “new” label colors, but could not find them. But the craziness continued when I looked at the Board’s label configuration using another one of our users. The labels/colors were shown differently. (see screenshots)
As any developer would, I looked at the HTML code (and CSS styles) for “select a label” popup comparing the two users and the code is completely different - not just for the popup but the whole page.
So, my questions
-
Am I crazy - anyone else notice this? Or am I just late to the party and everyone has noticed this?
-
Are these UI differences some form of A/B or Beta testing or is there a setting somewhere. The labels appear to be the only thing really different visibly but as mentioned the page’s code is completely different.
-
When we be using these additional colors? (In other words, do I need to update my code to be aware of these colors?)
@VickiScheck
Is this what you were experiencing? (thread)
Thanks for the help!
ROB
screenshots