Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Repository Name: Unique name (alias) assigned to a repository by the user. 
  • URL: URL to access the repository.
    • Check with the repository administrator about links, firewalls, and other issues that may affect access.
    • The user must already have credentials to access the desired repository, with a username and password assigned by the repository administrator.
    • The proper scheme must be used, http or https, and the port may need to be included in the URL.
  • User: Username to access the repository
  • Password: Password to access the repository


Image Removed
Image Added

Aras

For Aras repositories, the URL field should be populated by the base URL of your Aras Innovator server.

The following additional information is required:

  • Grant type - password (default)

  • Scope - Innovator (default)

  • Client Id - ID of the Syndeia Cloud app registered by your admin on the Aras Innovator server. See the Pre-Requisites section on this page: Aras Innovator Repositories | Pre-Requisites.

  • Database - Aras Innovator database. Enter the same database that you select on the Aras Innovator web client during sign-in.

Image Removed
Image Added

Artifactory

For Artifactory repositories, the default URL is of the format
https://<myOrgServer.myOrg.com>:8081/artifactory

Image Removed

Image Added

Bitbucket

For Bitbucket repositories, the URL field should be populated by the base URL of your Bitbucket server

Username can be either your Bitbucket username or the email address associated with your Bitbucket account

  1. If you have entered your Bitbucket username in the Username field, the Password can be

    1. Either the password you use to sign in to the Bitbucket web client, or

    2. Personal Access Token. To create a Personal Access Token, refer here - https://docs.Bitbucket.com/en/Bitbucket/authenticating-to-Bitbucket/keeping-your-account-and-data-secure/creating-a-personal-access-token

  2. If you have entered the email address associated with your Bitbucket account in the Username field, enter the Password you use to sign in to the Bitbucket web client

Image Removed

Image Added

Collaborator

  1. If you are using Collaborator Server (installed on-premise or virtual private cloud), enter the same username and password that you use on the Collaborator web client.

Image Added

Confluence

For Confluence repositories, the default URL is of the format https://<myJiraURL>/wiki

  1. If you are using Confluence Server (installed on-premise or virtual private cloud), enter the same username and password that you use on the Confluence web client.

  2. If you are using Confluence Cloud (hosted by Atlassian), User = E-mail and Password = API Token. Refer to the following page to create an API token: https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/.

Image Modified

DOORS-NG

  1. URL: For DOORS-NG repositories, the URL field should be populated by the URL of your DOORS-NG server followed by the port number and the requirements management service (default = rm).
.Image Removed
  1. User / Password: These are Basic Authentication user and password credentials.
    • If the Jazz server is connected to the corporate LDAP server, the user’s company-wide account info can be used.
    • If not, the user and password is whatever has been provisioned in Jazz’s IBM Web Service or Tomcat user files.

Image Added

GitHub

The URL and Password depend on your GitHub deployment:

  1. For GitHub cloud (www.github.com):

    1. URL = https://api.github.com.

    2. Password = Personal Access Token. To create a Personal Access Token, refer here - https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token
  2. For GitHub Enterprise deployed in your organization:

    1. Use the URL http(s)://<hostname>/api/v3
      1. The <hostname> is the host address of your GitHub Enterprise server. This should be provided to you by your GitHub administrator.
      2. Refer to this page for details: https://docs.github.com/en/enterprise-server@3.0/rest/guides/getting-started-with-the-rest-api
    2. Use the same password you use to sign in to GitHub web client.
Image Removed

Image Added

GitLab

The URL depends on your GitLab deployment:

  1. For GitLab cloud (gitlab.com), use https://gitlab.com.

    1. Username is not needed and can be any string. 
    2. For Password enter a Personal Access Token. To create a Personal Access Token, refer here - https://docs.
GitLab
    1. gitlab.com/
en
    1. ee/
GitLab/authenticating-to-GitLab/keeping-your-account-and-data-secure/creating-a-personal-access-token
    1. user/profile/personal_access_tokens.html
  1. For GitLab Enterprise deployed in your organization, check the URL from your GitLab Enterprise administrator.

    1. Use the username and password (credentials) provided by your GitLab administrator, OR
    2. Use the username and Personal Access Token. See the link above you create a Personal Access Token.


Image Modified

Jama

For Jama repositories, the URL field should be populated by the URL of your Jama server followed by the port number (if required).

  1. For Basic Authentication username and password should be used
  2. For Oauth see Adding Jama Repository using OAuth

Image Modified

JIRA

For JIRA repositories, the URL field should be populated by the URL of your JIRA server followed by the port number (if required). If you have a JIRA subscription from Atlassian, then your JIRA server is cloud hosted by them and the URL would follow the pattern: https://myGroup.atlassian.net.

  1. For Basic Authentication:
    1. Username and password should be used for Jira server instances
    2. Jira cloud instances (e.g. https://myGroup.atlassian.net) require User = E-mail and Password = API Token. Refer to the following page to create an API token: https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/.
  2. For Oauth see Adding Jira Repository using OAuth

Image Modified

Local File System

For Local File System repositories, specify a unique name and location of a folder on your local file system (or a shared drive). Alternatively, use the Browse button to locate it. Press OK to complete.

Image Modified

MySQL

For MySQL repositories, the URL should not include the protocol (http or https) but should be in the following format. The default port number is 3306. <server.mycompany.com>:<portNumber>.

Image Removed

Image Added

Teamcenter

For Teamcenter repositories, the default URL is of the formathttp://<server.mycompany.com>:7001/tc

Select the Teamcenter Client Type to be used when opening connected artifacts in Teamcenter from the Syndeia Dashboard.

(1) If Active Workspace is selected, the Active Workspace Host URL and Active Workspace Object Path are required. These can be determined by navigating to an object in your Teamcenter Active Workspace and inspecting the URL, which should be of the form:
{Active Workspace Host URL}/{Active Workspace Object Path}uid={UID of Object}. See example URLs shown below.

  • Example URL 1: 
    http://<server.mycompany.com>:
7001/tcImage Removed
  • 3000/#/com.siemens.splm.clientfx.tcui.xrt.showObject?uid=whJAAACTbeP%24AA
    1. Set Active Workspace Host URLhttp://<server.mycompany.com>:3000
    2. Set Active Workspace Object Path = #/com.siemens.splm.clientfx.tcui.xrt.showObject?
  • Example URL 2: 
    http://<server.mycompany.com>:7001/awc/#com.siemens.splm.clientfx.tcui.xrt.showObject;?uid=whJAAACTbeP%24AA
    1. Set Active Workspace Host URLhttp://<server.mycompany.com>:7001
    2. Set Active Workspace Object Path = awc/#com.siemens.splm.clientfx.tcui.xrt.showObject;

(2) If Web Client is selected and still available with your installed Teamcenter version, no further information is required.

Note: Syndeia supports Active Workspace installed on the same server as Teamcenter, or a different server.

Image Added

Teamwork Cloud (TWC)

For Teamwork Cloud repositories, use the Base URL of the REST API available for your TWC repository. By default, the REST API is available at port 8111 and osmc path, e.g. https://twc.myOrg.com:8111/osmc.

Image Removed

Image Added

TestRail

For TestRail repositories, use the base URL of your

TestRail repository

TestRail server and the same credentials that you use on the TestRail web client.

Image Added

VOLTA

For VOLTA repositories, use the base URL of your VOLTA server and the same credentials that you use on the VOLTA web client.

Image Modified

Windchill

For Windchill repositories, the default URL is of the format
http://server.mycompany.com:8080/Windchill

It assumes that the default app is Windchill and it is available on port 8080. If that is not the case for your organization, the more general format is: http://<server.company.com>:<PortNumber>/<AppName>.



Zephyr Scale

TM4J, now known as Zephyr Scale, is a Test Management app deployed on JIRA repositories. See instructions for Jira repositories above.