Hello,
I'm using Epic Color to diferentiate Themes amongst our list of epics. I would like to be able to query that for charts. I noticed "epic colour" is available in JQL queries, but I don't know how to determine the value of the colors we have set.
Anyone know the values associated with the different Epic Colors?
Thanks,
Ken
This is what our color values are in JIRA Cloud. I assume the values will be the same in all versions, but I don't know for sure.
"Epic Color" = ghx-label-1 | 815b3a | |
"Epic Color" = ghx-label-2 | f79132 | |
"Epic Color" = ghx-label-3 | d39d3f | |
"Epic Color" = ghx-label-4 | 3b80c4 | |
"Epic Color" = ghx-label-5 | 4a6785 | |
"Epic Color" = ghx-label-6 | 8fb021 | |
"Epic Color" = ghx-label-7 | ac707a | |
"Epic Color" = ghx-label-8 | 644982 | |
"Epic Color" = ghx-label-9 | f15c75 |
Images disappeared:
1 - brown
2 - orange
3 - light brown
4 - blue
5 - dark blue/gray
6 - olive green
7 - dark coral pink
8 - dark purple
9 - light pink
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Update - now 14 colours
ghx-label-1 - brown
ghx-label-2 - yellow
ghx-label-3 - light brown
ghx-label-4 - dark blue
ghx-label-5 - light blue
ghx-label-6 - light green
ghx-label-7 - coral/orange
ghx-label-8 - dark purple
ghx-label-9 - light pink
ghx-label-10 - lavender
ghx-label-11 - light aqua
ghx-label-12- light gray
ghx-label-13 - dark green
ghx-label-14 - dark coral/red(ish)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Saw this guide elsewhere for v7 so wanted to update for Cloud / v8. We had a user that switched from Scrum to Kanban and wanted to be able to edit the colors. I added the Epic Colour field to his view and gave him this guide to enter (there is no color picker, just an open text box for the field).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No. Can someone from Atlassian answer this? What are the available settings for "epic colour"?
Thanks!
Paula
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Updated the list
ghx-label-1 | Black |
ghx-label-2 | Dark Yellow |
ghx-label-3 | Light Yellow |
ghx-label-4 | Dark blue |
ghx-label-5 | Dark Aqua |
ghx-label-6 | Light green |
ghx-label-7 | Light Purple |
ghx-label-8 | Dark purple |
ghx-label-9 | Light Pink |
ghx-label-10 | Light Blue |
ghx-label-11 | Light aqua |
ghx-label-12 | Light gray |
ghx-label-13 | dark green |
ghx-label-14 | dark coral/red(ish) |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hex values in case anyone needs them:
Label Color Background
ghx-label-1 #FFFFFF #42526E
ghx-label-2 #172B4D #FFC400
ghx-label-3 #42526E #FFE380
ghx-label-4 #172B4D #4C9AFF
ghx-label-5 #172B4D #00C7E6
ghx-label-6 #006644 #79F2C0
ghx-label-7 #403294 #C0B6F2
ghx-label-8 #172B4D #998DD9
ghx-label-9 #42526E #FFBDAD
ghx-label-10 #0049B0 #B3D4FF
ghx-label-11 #42526E #79E2F2
ghx-label-12 #42526E #EBECF0
ghx-label-13 #172B4 #57D9A3
ghx-label-14 #172B4D #FF8F73
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
THAAAAANNKKK YOUUUUUU
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
THANKS!!! very helpful
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks - I turned this into JSON (and fixed a missing D):
{"label":"ghx-label-1","foreground":"#FFFFFF","background":"#42526E"}
{"label":"ghx-label-2","foreground":"#172B4D","background":"#FFC400"}
{"label":"ghx-label-3","foreground":"#42526E","background":"#FFE380"}
{"label":"ghx-label-4","foreground":"#172B4D","background":"#4C9AFF"}
{"label":"ghx-label-5","foreground":"#172B4D","background":"#00C7E6"}
{"label":"ghx-label-6","foreground":"#006644","background":"#79F2C0"}
{"label":"ghx-label-7","foreground":"#403294","background":"#C0B6F2"}
{"label":"ghx-label-8","foreground":"#172B4D","background":"#998DD9"}
{"label":"ghx-label-9","foreground":"#42526E","background":"#FFBDAD"}
{"label":"ghx-label-10","foreground":"#0049B0","background":"#B3D4FF"}
{"label":"ghx-label-11","foreground":"#42526E","background":"#79E2F2"}
{"label":"ghx-label-12","foreground":"#42526E","background":"#EBECF0"}
{"label":"ghx-label-13","foreground":"#172B4D","background":"#57D9A3"}
{"label":"ghx-label-14","foreground":"#172B4D","background":"#FF8F73"}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I posted about this in the support section and got this answer:
Please note that while the Epic Colour field wasn't designed to be used in search, there's a workaround you could use to expose it's values and use them in the Issue Navigator.
I hope this helps! If there's anything that requires clarification, please let me know.
Cheers,
Dora
Atlassian Cloud Support
This worked for me, but it still wasn't really what I was after since only epics can have colors, and I was trying to look for stories with a specific epic link color.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I am looking for the same information. It would be great to set a board filter based on the epic color. Thanks, Paula
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ,
I think
https://atlassian.design/server/foundations/colors/
this will suffice all our need for atlassian color schemes.
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.
Epic colors can be picked from a Backlog Board by showing the Epics in left side panel and then clicking the colored drop down arrow and from the displayed pop-up of the 14 available colors.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
But I want to use a custom color (company color) and the desired one is not available in the nine colors I can choose.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The new 14 colours are also only on Cloud, not Server - why they can't just add a colour picker, or at least allow for hex support as it used to I've no idea.
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.
Is there any possibility to add more epic colour or hex(#ff0000) in scrum board?
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.
https://answers.atlassian.com/questions/277554 describes a workaround for a very old version of JIRA, but it is not working in any recent version.
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.
Hi, Have any of you guys figured this out? I've tried with HEX codes but it isn't working. Thanks, Daniel
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.