This is the documentation for FishEye 3.5. View the latest version of

Unknown macro: {spacejump}

or visit the latest FishEye documentation home page.

This feature is not fully functional in FishEye 2.2 due to a bug. To read more information about this, please see the issue in our public issue tracker.

You can customize the welcome message and the support contact information for your organization that users see when they first log in.

To customise these messages, go to the admin area, and click Front Page Customization (under 'Global Settings' in the left navigation bar).

Click either of the Welcome Message or Support Message tabs, and then Show a custom... message.

Enter your message text into the box.

Click Save changes. Your changes are applied immediately.

 

Restoring the default messages

To revert to the default Welcome or Support messages, simply delete the text shown in the text box and click Save changes.

Manually editing the opening screen

You can directly edit the XML in the config.xml, located in your /FISHEYE_HOME/ folder.

Simply add the following XML tags to the config.xml file:

<content>
  <front-page-message>Example welcome message here</front-page-message>
  <support-message>Example support message here</support-message>
</content>

Using HTML

The content in the welcome screen can be arranged using tables, images or HTML tags such as the following:

<a href="http://www.atlassian.com">Link to Atlassian Home Page</a>
  • No labels