You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Epics can have a color assigned to them. Is that list of colors (canonical names, RGB, hex, etc.) listed anywhere? I looked around, but couldn't find anything.
Thank you Alexis. I see how to apply this label when I create an Epic, but it doesn't seem possible to use it to re-assign colors to an existing Epic. It seems that I can add the Epic Color field to the screen, but it doesn't actually appear.
Is there anything which defines, say, ghx-label-1 as #000000, and similarly for the others? Knowing that would make it easier to refer to Jira colors in supporting documentation.
Hi @john_trasler ,
here's the current color code for Jira epics :
Let me know if this helps,
--Alexis
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
{
"fields": {
"customfield_10017": choose one -> "purple, blue, green, teal, yellow, orange, grey, dark_purple, dark_blue, dark_green, dark_teal, dark_yellow, dark_orange, dark_grey]"
}
}
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.
Hey @Michael Aglas , this custom field number might be different in your Atlassian/Jira instance. I had the same question and found the custom field number by visiting this URL: https://<yourinstanceurl>/rest/api/2/issue/<issuekey>?expand=names
The issue key is the number of any of your epics. So, for me the URL was: https://schoolbox.atlassian.net/rest/api/2/issue/CSTB-1167?expand=names
Info found on this page: https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/
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.