How to change the color of issue collector tab

Susan Kelly August 23, 2016

This question is in reference to Atlassian Documentation: Using the issue collector

I would like to change the tab color for issue collector in JIRA.

it is currently blue and I would like it to display in red

 

2 answers

1 vote
Ravi Sagar _Sparxsys_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 23, 2016

You can insert the following CSS in your announcement banner to apply custom color to issue collector tab.

 

.atlwdg-trigger {background: red}

 

Procedure to insert custom CSS

1. Just go to your Announcement Banner section and insert the following code.

 

<LINK href="http://JIRAURL/includes/my_css_files/mystyle.css" rel="stylesheet" type="text/css">

2. Basically we are inserting JIRA to insert our own custom CSS file that will be applied across the instance. The CSS file must be store at the following location.

JIRA_APPLICATION_DIRECTORY\atlassian-jira\includes\my_css_files\mystyle.css

 

 

0 votes
Susan Kelly August 24, 2016

Thank you for your answer, I'm still in the learning progress of html and CSS so please bare with me.

I assume this is my banner : <script type="text/javascript" src="https://onejira.verizon.com/s/341bcedf1256fec4edc86ac6ed9604ed-T/en_US-oez2w0/64028/5/1.4.27/_/download/batch/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector.js?locale=en-US&collectorId=42fc3948"></script>

Where would I enter this information?

.atlwdg-trigger {background: red}

Thank you in advance.

Sue Kelly

Suggest an answer

Log in or Sign up to answer