Remote systems

Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !

Remote Systems Configuration

Using remote systems you are able to execute SIL™ programs on some other Jira instances running SIL™. These are usually other Jira or Confluence.
The calls may be made via the call() routine, providing as parameter the correct remote system name. 

Creating remote configuration is easy. From the Remote Systems app menu link, go to that page and click Add Remote. You are required to enter the following information:

 

Where:

  1. Name - is the name of the remote system, unique within other remote systems.
  2. URL - represents the URL (just the base URL, as shown above).
  3. Username & Password - to care about authentication.
  4. The timeout is optional, as well as the check result parameters. They control the underlying library responsible for performing REST calls.

If a proxy is used, we exposed its configuration as well:


You should provide additional parameters:

  1. Full URL of the proxy.
  2. The REALM, if specified.
  3. The host of the proxy and its port.
  4. Proxy authentication details (username / password combination).

For Windows NT Domains, you are required to specify also the Windows NT Domain to consider, and the local machine name.


You cannot put parameters values and expect this to work. Ask your network admins to offer you the necessary connection details.


Of course, removing and editing remotes is as easy as adding it. The changes in the configuration are picked up immediately.

In version 4.0 the remote system configuration has been moved from files kept on disk into the database. The existing configurations are migrated in the new configuration tables at boot time.