Changing the basic look and feel

As mentioned earlier, any big changes to the look and feel of JIRA can be achieved only by modifying the CSS files, JSPs, templates, and other tools involved. But JIRA lets its administrators make slightly simpler changes like changing the logo, color scheme, and so on with simple configurations. In this recipe, we will see some examples on how easy it is to make those changes.

There are mainly six things that can be configured to change JIRA's appearance:

  • Logo: Understandably, this is one thing everyone wants to change
  • Site Title: You can choose to show the Site Title alongside the logo
  • Favicon: Similar to the logo, you can upload a favicon
  • Colors: JIRA has a nice theme of colors revolving around the color blue. However, we can easily change these colors to suit our taste, or rather the company's taste!

    Tip

    Specify the hexadecimal notations (HEX values) of the colors you are interested in if the color scheme needs to be changed.

  • Gadget colors: For each gadget in JIRA, we can set a different color chosen from a predefined set of colors. We can easily change the predefined list of colors through simple configuration.

    Tip

    Similar to colors, use the HEX values here as well.

  • Date and Time formats: The Date and Time formats in JIRA can be modified easily to suit our needs, provided it is a valid format supported by Java's SimpleDateFormat ).

How to do it...

Following are the steps required to make changes to the basic JIRA look and feel.

  1. Log in to JIRA as an administrator.
  2. Navigate to Administration | System | User Interface | Look and Feel.
  3. Click on Edit Configuration.
  4. Make the appropriate changes
  5. Click on Update.

Repeat the cycle until the desired result is achieved. We can always revert back to the default settings by clicking on Reset Defaults while editing the configurations.

With some simple changes, the JIRA UI can look a lot different to how it normally looks. The following screenshot is a small example:

How to do it...

It's a small, yet powerful change!

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.15.149.45