Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

  1. Make sure that the application you want to add is running. For example, if you want to add Application Links between Confluence and JIRA, then both Confluence and JIRA must be up.
  2. Log in to Confluence as a system administrator.
  3. Go to the Administration Console.
  4. Click the 'Application Links' link. The 'External Application Links' screen will appear, as shown below:


  5. Click 'Add Instance'.
  6. The 'Edit Instance Details' screen will appear, as shown below:


  7. Enter the following information:

    Field

    Description

    Examples

    Application

    Select the application you are adding.

     

    Instance name

    This is the name of the application instance. We recommend that the instance name is kept unique across all instances to ensure that synchronisation will work. There is a current limitation for synchronisation that the instance be called 'confluence'. See APL-2.

    jira
    jira hr
    fisheye
    my-svn

    URL

    Enter the address of the application instance. Please make sure that the URL agrees with the base URL configured in your application. For Subversion, the URL is {{

    file:///Image Removed

    }} plus the path to the SVN repository. (See the note about Subversion below.)

    Code Block
    html
    html
    For JIRA --- http://localhost:8080
    Or --- http://myHost.com/jira
    For FishEye --- http://localhost:8060
    For Subversion --- file:///svn_repository
    Or --- file:///data/svnroot

    Login, Password

    These are the login details for the application instance. They are not required for Subversion.

     

  8. Click the 'Save' button.
  9. The application instance has now been added into Application Links. The new application instance will now show on the 'External Application Links' screen:

...