How Do I Change The Fisheye/Crucible Header Logo
注意:
The Atlassian Support Offering does not cover the customisations described on this page. Assistance may be obtained through the Atlassian community from answers.atlassian.com or from an Atlassian Expert.
This has been tested up to version 3.5.3 but does not incorporate Review Pages
Here are the steps to change the header logo in your Fisheye/Crucible instance.
Test your changes
- Look for the file with a name similar to
<FishEye Installation Directory>/content/static/<mucnm4>/2static/style/concat.style.a2677159dbd910002380df332ce7e947.cache.css.gz
(Note that the strings mucnm4 and a2677159dbd910002380df332ce7e947 will be different for you)- Create a backup by copying it
- Unzip it. The zip contains a file with the same name of the zip (
concat.style.a2677159dbd910002380df332ce7e947.cache.css
in the example above). Since this file already exists in thestyle
directory, the css file will be overwritten.
- Open the css file it in a text editor.
- At the end of the file, add the following CSS (Note: Replace the background-image with your actual image URL.)
.aui-header .aui-header-logo-fecru .aui-header-logo-device{
background-image: url('<URL>') !important;
}
- ファイルを保存します。
- Test your changes. Clearing the cache of your browser or using an Incognito Tab should be enough for the changes to be visible, in some conditions a restart of Fisheye may be required.
Finalize your changes
Once the desired goal has been achieve, it is important to create a zip file with the css file. This will guarantee the same loading speed as the default css.
- Locate the edited css (
concat.style.a2677159dbd910002380df332ce7e947.cache.css
in our example) - Zip the css, the name of the resulting file has to be exactly the same as the original one (
concat.style.a2677159dbd910002380df332ce7e947.cache.css.gz
) - Test the behaviour. Clearing the cache of your browser or using an Incognito Tab should be enough for the changes to be visible, in some conditions a restart of Fisheye may be required.
Look and feel customization
Please refer to the Customizing Fisheye and Crucible Look and Feel page, if you are looking for instructions on how to change the color of the header. The page provides other useful examples.