Documentation for JIRA 5.2. Documentation for other versions of JIRA is available too.
You can easily customise JIRA's look and feel to suit your needs:
Here is a list of the different configuration options available, and what they do.
On this page:
The logo appears in the top left corner of every JIRA page while the favicon appears typically to the left of your your browser's URL field and on browser tabs displaying a page on your JIRA site. You can easily replace the default JIRA logo and/or favicon with an image of your choice.
オプション | 説明 |
---|---|
Preview (Logo) | A preview of your JIRA site's current logo is shown here. |
Favicon Preview (Favicon) | A preview of your JIRA site's current favicon is shown here. |
In edit mode:
http://
' or 'https://
' is treated by JIRA as an absolute URL/path./
' is treated as a path relative to the <jira-application-dir>
subdirectory of your JIRA Installation Directory. Tip: If you use a JIRA WAR distribution, it is recommended that you add your logo images to the
edit-webapp
subdirectory of your JIRA Installation Directory prior to building your WAR distribution file. For details on building JIRA WAR distributions, refer to the application server-specific documentation in the Installing JIRA WAR section.
Please Note: If the JIRA logo/favicon does not appear after changing it to a custom one, ensure that the URL specified uses the correct case as this may be case-sensitive. Try copying and pasting the URL into a browser and check that the image appears.
次のオプションは、JIRA ユーザーインターフェイス全体の外観をコントロールします。
オプション | 説明 |
---|---|
Header Background Colour | The background colour of the top bar (the one that includes the image). |
Header Highlight Background Colour | The background colour of the text that sits inside the top bar, when selected or when the mouse hovers over it. |
Header Text Colour | The colour of the text that sits inside the top bar (such as your user name when you are logged in). |
Header Text Highlight Colour | The colour of the text that sits inside the top bar, when selected or when the mouse hovers over it. |
Header Separator Colour | The colour of the horizontal line between the top bar and the navigation bar. |
Navigation Bar Background Colour | The background colour of the bar that contains the links to 'Dashboards', 'Projects', etc. |
Navigation Bar Text Colour | The text color of the links in the menu bar (e.g. 'Dashboards'). |
Navigation Bar Separator Colour | The colour of the vertical dotted line between each menu item and its drop-down symbol (triangle). |
Link Colour | The colour of the text links on any JIRA page. |
Link Active Colour | The colour of the text links on any JIRA page, when selected. |
Heading Colour | The colour of the text headings on any JIRA page. |
注意:
These seven colours are the seven options from which users can select when changing the colour of a gadget's frame on their JIRA dashboard. Colour 1 is the default frame colour for newly-added gadgets.
注意:
When specifying dates and times, they should be based on the Java SimpleDateFormat.
[ルック アンド フィール] ページで編集モードに入っていないときに [日付/時刻の形式] セクションの右端の列に示される例は、さまざまな形式の Jira での表示形式を示しています。
JIRA system administrators can configure the format of date pickers used throughout the JIRA user interface via options on the Advanced Settings page.
Be aware that these options are different from the Date/Time Formats configuration options on the Look and Feel page, which only customise JIRA's presentation of times and dates to users.
日付ピッカーの日付または日付/時刻形式は、1 組のプロパティ (1 つは Java 用、もう 1 つは JavaScript 用) によって定義されます。定義した日付 (または日付/時間) ピッカーが正しく機能するには、2 つのプロパティが一致している必要があります。
以下にいくつか示すのは、米国ベースの日付設定の例です。
日付の表示形式 |
|
| コメント |
---|---|---|---|
2010-10-01 | yyyy-MM-dd | %Y-%m-%d | ISO 8601 形式 |
Oct/1/10 |
|
| |
10/01/10 |
|
| |
2010 年 10 月 1 日 |
|
| |
10/01/2010 |
|
|
以下に、いくつかの日付/時間設定を示します。
選択した日付 |
|
| コメント |
---|---|---|---|
2010-10-15 08:50 | yyyy-MM-dd HH:mm | %Y-%m-%d %H:%M | ISO 8601 形式 |
15/Oct/10 8:50 AM |
|
| |
10/15/10 08:50 AM |
|
|