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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello, I have a question.
How to change color of columns?
I use next-zen Kanban project.
It's easy! There are a few sites to which I apply custom CSS coloring using a Chrome extension named "User JavaScript and CSS" (v1.2.8) by tenRabbits,
#ghx-column-headers li:nth-child(1) { /* IN SPRINT */
background-color: #E0E0E0;
}
#ghx-column-headers li:nth-child(2) { /* IN PROGRESS */
background-color: #E0F0FF;
}
#ghx-column-headers li:nth-child(3) { /* FOR REVIEW */
background-color: #FFE0FF;
}
#ghx-column-headers li:nth-child(4) { /* DONE */
background-color: #E0FFE0;
}
This solution is a headache for non-technical people. It would be so much better if Jira could provide this simplest solution only with one click.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks was real simple to implement.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That was a simple solution even for non technical folks. Hardly took 2 minutes to implement. Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Perhaps simple, but highly problematics for a number of reasons:
1. Requires you have permissions/admin authority to edit page code
2. Requires you to be able to use Chrome extensions (they are disabled in my company)
3. Requires you to customize every page that needs a non-standard arrangement
4. Requires Jira Cloud(?) - will this work for DataCenter?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @roy_king ,
Welcome to the community!
1. How to change color of columns?
What does color mean here? Can you upload a screenshot?
2. Can I change order of columns?
Drag directly in the column.
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 Roy - No, you cannot change the color of the entire column. Only the left hand-side of the individual card.
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.
Go to Board Settings > Card Colors
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@roy_king - As per my understanding we can't colour code column.
Having said that you may try use card color option to highlight specific tickets matching required criteria using JQL.
https://support.atlassian.com/jira-software-cloud/docs/customize-cards/
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.