How to change the Issue list background color

Jiannan Tang July 1, 2013

Hi:

I had add an custom field naming Importance.

The field have values Critical, Bloken, Major, Minor.

At issue list page, I want to make Critical and Bloken issue row red background color.

How to implete this?

2 answers

1 accepted

0 votes
Answer accepted
Justin McCamish July 1, 2013

Hi. If you are using Greenhopper then you can change the "card" colour using a specific JQL for each of your custom field values.

There is a good page describing it here: https://confluence.atlassian.com/display/GH/Configuring+Card+Colours

If not, then I think the only way to do it would be via a plugin.

Jiannan Tang July 1, 2013

Hi Justin:

I had found a plugin https://marketplace.atlassian.com/plugins/org.hakanai.jira.plugins.jirastatuscolor

But it did worked.

And I try to add the script to Announcement Banner

AJS.$('.customfield_10608').css("background-color","red");
alert();

befour the alert, the color changed, after the alert() the color return white.

Justin McCamish July 5, 2013

Yes, that plug-in looks useful. We're about to upgrade to Jira 6 so I'm not sure we'll get to use it.

Best of luck.

0 votes
murali krishna July 1, 2013

As Justin said, Greenhopper have that feature of color your issues but what you want is in Issue Navigator which I think is not possible

Suggest an answer

Log in or Sign up to answer