Versions Compared

Key

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

OnLink connectors let you connect to the following data sources natively from Atlassian.

As a HR Business Partner, you can quickly connect to the applications without the need for api-specific knowledge or the use of custom code.

BambooHR

The BambooHR connector lets you connect to a BambooHR instance and access BambooHR resources using the published APIs.

Configuring the connections

Following details are required to establish the connection

  1. BambooHR API URL: BambooHR service endpoint URL. This should be set to https://api.bamboohr.com/api/gateway.php/{company subdomain name}/

    where {company subdomain name} is in the URL used to access your account via browser. For example, if you access BambooHR at https://mycompany.bamboohr.com, then the subdomain is "mycompany" and the API url will then be: 

    https://api.bamboohr.com/api/gateway.php/mycompany/

  2. BambooHR API Key: API Key that will be used to establish the connection. Here's a link from BambooHR that provides more info: https://bamboohr.readme.io/docs#section-authentication.

How to generate an API Key in BambooHR

Please refer to documentation for more information.

Paste the Bamboo HR API key into the API Key field.

Now you need to add your BambooHR subdomain.

API URL is https://api.bamboohr.com/api/gateway.php/{mycompany subdomain name}/
where {mycompany subdomain name} is in the URL used to access your account via browser. For example, if you access BambooHR at https://mycompany.bamboohr.com, then the subdomain is "mycompany" and the API url should be set to:
https://api.bamboohr.com/api/gateway.php/mycompany/

Testing the Connection

Using the Test feature, we can verify if the connection is successful.

...