バージョン
- 4.8
- すべて表示
Configuring Jira integration in the Setup Wizard
入門ガイド
このページの内容
関連コンテンツ
- 関連コンテンツがありません
This page describes the Connect to Jira tab of the Fisheye setup wizard.
Connecting Fisheye to a Jira application allows you to manage your users with Jira. See Connecting to Jira for user management for more information.
セットアップウィザードで Jira アプリケーションに接続する
To configure Jira integration while running the Fisheye setup wizard:
In the 'Connect to Jira' step of the setup wizard, enter the following information:
JIRA ベース URL The base URL set for your Jira application. Examples are:
http://www.example.com:8080/jira/
http://jira.example.com
管理者ユーザー名 The credentials for a user with the 'Jira System Administrators' global permission in the Jira application. Admin Password Fisheye Base URL Click Advanced Options to see this field. The Jira application will use this URL to access your Fisheye server. The URL you give here will override the base URL specified in your Fisheye administration console, for the purposes of the Jira connection. Groups to Synchronize Click Advanced Options to see this field. Select at least one Jira application group to synchronize. The default group is jira-users
. The Jira application will synchronize all changes in the user information on a regular basis. The default synchronization interval is 1 hour.Admin Groups Click Advanced Options to see this field. Specify a Jira group whose members should have administrative access to Fisheye/Crucible. The default group is jira-administrators
.- Click Connect to Jira.
- Finish the setup process.
トラブルシューティング
FISHEYE_INST
directory (i.e. "Fisheye instance" directory).- The
FISHEYE_INST
directory is the Fisheye data directory (not the installation directory) and has a location defined by theFISHEYE_INST
environment variable. It is used to keep the Fisheye data completely separate from the Fisheye/Crucible application files. We recommend that you configure Fisheye/Crucible to use aFISHEYE_INST
directory for production instances. Read more aboutFISHEYE_INST
in Installing Fisheye on Windows or Installing Fisheye on Linux and Mac. - The
<FishEye install directory>
Method 1: Using a FISHEYE_INST directory
If you have Fisheye/Crucible configured to use a FISHEYE_INST
directory, then follow the instructions below. This is the recommended scenario for production installations.
- Shut down your existing Fisheye/Crucible server, using
bin\stop.bat
orbin\stop.sh
from the<FishEye install directory>
. - Make a backup of your
FISHEYE_INST
directory. - Download Fisheye or Crucible.
- Extract the new Fisheye/Crucible version to a new directory.
- Leave your
FISHEYE_INST
environment variable set to its existing location. Both Fisheye and Crucible use this variable.- Please be aware that jar files in the
FISHEYE_INST/lib
directory may conflict with those required for Fisheye's normal operation. Jar files in this directory should be limited to those which provide functionality not provided by Fisheye (e.g. database drivers).
- Please be aware that jar files in the
- Start Fisheye/Crucible from the new installation directory by running
bin/run.sh
. (Userun.bat
on Windows.) - Follow any version-specific instructions found in the Fisheye upgrade guide or Crucible upgrade guide.
Method 2: Without a FISHEYE_INST directory
If you do not have Fisheye/Crucible configured to use a FISHEYE_INST
directory and do not want to set one up, then follow the instructions below. The <FishEye install directory>
is the location of the existing Fisheye/Crucible installation. Note that this is the typical scenario for evaluation installations, and is not recommended for production installations.
You will need to copy some files from your old Fisheye/Crucible installation to your new one.
- Download Fisheye or Crucible.
- Extract the new Fisheye/Crucible archive into a directory such as
<New FishEye install directory>
. - Shut down the old Fisheye/Crucible server, using
bin\stop.bat
orbin\stop.sh
from the<FishEye install directory>
. - Copy
<FishEye install directory>
<New FishEye install directory>
- Delete the following directories from the
<New FishEye install directory>
<New FishEye install directory>/var/cache
<New FishEye install directory>/var/data
<New FishEye install directory>/var/log
<New FishEye install directory>/data
(If it exists)
- Copy (or move) the following directories from
<FishEye install directory>
<New FishEye install directory>
<FishEye install directory>/var/cache
<FishEye install directory>/var/data
<FishEye install directory>/var/log
<New FishEye install directory>/data
(If it exists)
<FishEye install directory>/var/osgi-cache
<FishEye install directory>/var/plugins
<FishEye install directory>/var/tmp
- Delete the
<New FishEye install directory>
.
- Copy (or move) the
<FishEye install directory>
<New FishEye install directory>
- Start Fisheye/Crucible from the new installation by running
<New FishEye install directory>
/bin/run.shrun.bat
on Windows.) - Follow any version-specific instructions found in the Fisheye upgrade guide or Crucible upgrade guide .
Method 3: Without a FISHEYE_INST directory, but would like to set one up
If you do not have Fisheye/Crucible configured to use a FISHEYE_INST
directory but would like to set one up, then follow the instructions below. You may wish to do this when reconfiguring an existing installation for a production environment.
The FISHEYE_INST
directory is the Fisheye data directory, which has a location defined by the
FISHEYE_INST
environment variable, and which should be completely separate from the <FishEye install directory>
. The <FishEye install directory>
is the location of the existing Fisheye/Crucible installation.
- Download Fisheye or Crucible.
- Shut down the existing Fisheye/Crucible server, using
bin\stop.bat
orbin\stop.sh
from the<FishEye install directory>
. - Set up the
FISHEYE_INST
environment variable, then create theFISHEYE_INST
directory on your file system. - Copy
<FishEye install directory>
/config.xmlFISHEYE_INST
directory. - Copy the
<FishEye install directory>
/varFISHEYE_INST
directory. - Copy the
<FishEye install directory>
/cacheFISHEYE_INST
directory. - If it exists, copy the
<FishEye install directory>
/dataFISHEYE_INST
directory. - Extract the new Fisheye/Crucible archive into a directory such as
<New FishEye install directory>
- Start Fisheye/Crucible from the new installation by running
<New FishEye install directory>
run.bat
on Windows.)
- If your configuration is not automatically picked up and you cannot see your existing repositories, check your Administration > Sys-Info page, where you will see information about the
<FishEye install directory>
andFISHEYE_INST
. Check that yourFISHEYE_INST
is pointing to the right directory.
- If your configuration is not automatically picked up and you cannot see your existing repositories, check your Administration > Sys-Info page, where you will see information about the
- Follow any version-specific instructions found in the Fisheye upgrade guide or Crucible upgrade guide .
Method 4: Using the Fisheye Installer for Windows
If you have Fisheye/Crucible configured to use a FISHEYE_INST
directory, then follow the instructions below. This is the recommended scenario for production installations. This also applies when previously running Fisheye as a Windows Service and the FISHEYE_INST location is defined within the wrapper.
- Shut down your existing Fisheye/Crucible server, using bin\stop.bat or bin\stop.sh from the
<FishEye install directory>
.
If you currently run Fisheye or Crucible as a Windows service, see Upgrading Fisheye on Windows for instructions on uninstalling the service. - Make a backup of your FISHEYE_INST directory.
- Download Fisheye or Crucible.
- インストーラーを実行します。
- Select the option to use the Custom Install. Proceed with the install.
- Select the folder where Fisheye will be installed. In thisstepyou can leave the default value selected. Proceed with the install.
- Select the folder where your data will be stored, which in this case is the folder pointed by your FISHEYE_INST. Ensure to select the correct folder in order to have all your data being read by Fisheye. For example, if your FISHEYE_INST is currently set to
C:\Atlassian\fish_inst
, this is the folder you have to select. Proceed with the install until the end.- Please be aware that jar files in the
FISHEYE_INST/lib
directory may conflict with those required for Fisheye's normal operation. Jar files in this directory should be limited to those which provide functionality not provided by Fisheye (e.g. database drivers).
- Please be aware that jar files in the
- Fisheye will be installed and running as a service by the end of the install process.
- Follow any version-specific instructions found in the Fisheye upgrade guide or Crucible upgrade guide.
If you do not have Fisheye/Crucible configured to use a FISHEYE_INST
directory, the installer will create a directory for you and will create a FISHEYE_INST environment variable pointing to it. In the following instructions, <FishEye install directory>
refers to the location of the previous Fisheye/Crucible installation. This also applies when previously running Fisheye as a Windows Service and there is no FISHEYE_INST defined.
- Shut down your existing Fisheye/Crucible server, using bin\stop.bat or bin\stop.sh from the <Fisheye install directory>.
If you currently run Fisheye or Crucible as a Windows service, see Upgrading Fisheye on Windows for instructions on uninstalling the service. - Download Fisheye or Crucible.
- インストーラーを実行します。
- Select the option to use the Default Install. You may also use Custom Install if you want to select the directories where Fisheye will be installed and where your data will be stored. Proceed with the install.
- Fisheye will be installed and running as a service by the end of the install process.
- Stop Fisheye service (names as Atlassian Fisheye).
- Copy
<FishEye install directory>
<FISHEYE_INST>
- Delete the following directories from the
<
>FISHEYE_INST
<
>/var/cacheFISHEYE_INST
<
>/var/dataFISHEYE_INST
<
>/var/logFISHEYE_INST
<FISHEYE_INST>/data
(If it exists)
- Copy (or move) the following directories from
<FishEye install directory>
:<
>FISHEYE_INST
<FishEye install directory>/var/cache
<FishEye install directory>/var/data
<FishEye install directory>/var/log
<FishEye install directory>/data
(If it exists)
DO NOT include the following directories when you do that:<FishEye install directory>/var/osgi-cache
<FishEye install directory>/var/plugins
<FishEye install directory>/var/tmp
- Delete the
<
>FISHEYE_INST
.
- Copy (or move) the
<FishEye install directory>
<
>FISHEYE_INST
- Start the Atlassian Fisheye service.
- Follow any version-specific instructions found in the Fisheye upgrade guide or Crucible upgrade guide.
関連コンテンツ
- 関連コンテンツがありません