Unity Integrations allow you to connect the following Unity Services in your development workflow to non-Unity tools:
Impurtant: To add an integration, you must be an Owner or Manager on the Project. For information on assigning roles, see the Members & Groups section of Managing your Organization.
Unity Integrations supports the following non-Unity tools:
To add an integration to your workflow:
Sign in to the Unity Services Dashboard.
Select the Project that you want to add an integration to.
In the left navigation column, click Settings, then click Integrations (Beta).
Click the NEW INTEGRATION button.
In the New Integration dialog box:
If you select a webhook or JIRA integration, the Configure options step opens. Otherwise, the configurations screen for the selected tool opens.
To configure a webhook integration, you must supply the following information:
Parameter | Descripción |
---|---|
Display Name | A name to identify the integration in the integrations list. |
Webhook URL | The URL of the server endpoint that receives the webhook POST requests from the Unity service. |
Authentication Secret | The client secret of your receiving application. |
Content Type | The MIME type of the content. Select the content type of your data from the drop-down menu. |
Disable SSL/TLS Verification | Set this option only when necessary. |
Verifying SSL/TLS certificates helps ensure that your data is sent securely. |
The Unity JIRA integration allows you to interact with JIRA as follows:
To configure a JIRA integration for Collaborate or Bug Reporting, you must supply the following information:
Parameter | Descripción |
---|---|
Display Name | A name to identify the integration in the integrations list. |
JIRA Site URL | The URL of you JIRA instance. |
JIRA Username | The user ID of an account that can post updates to your JIRA instance. |
JIRA REST API Token | The API token to authenticate Integration requests to your JIRA server. For instructions on how to create a token, see Atlassian’s documentation. |
After you have entered the information for your JIRA instance, you must supply the following additional information for Bug Reports and Performance Reporting:
Parameter | Descripción |
---|---|
Create Issues In This Project | Select the project in which the issues are created. |
Mark Incoming Issues As | Select the type of issue to log the report as. |
When you make changes in Collaborate, update JIRA associated issues by referencing the issue key in your commit message. For example, “I fixed the crashes caused by ISS–42” adds publish details to issue “ISS–42”.
To configure Discord integrations, Unity calls an app that uses the Discord API to register a webhook to a Discord channel. If you do not have a Discord server, see Discord documentation: How do I create a server?.
To complete the configuration:
To configure Slack integrations, Unity calls an app that uses the Slack API to register a webhook to a Slack channel.If you do not have a Slack server, see Slack documentation: Create a Slack workspace.
To complete the configuration:
To configure Discord integrations, Unity calls an app that uses the Discord API to register a webhook to a Discord channel. If you do not have a Discord server, see Discord documentation: How do I create a server?.
To complete the configuration:
Sign in to your Discord account.
From the Select a server drop-down menu select your Discord server.
From the Select a channel menu select a channel to post notifications to.
Click the Authorize button.
To configure Slack integrations, Unity calls an app that uses the Slack API to register a webhook to a Slack channel.If you do not have a Slack server, see Slack documentation: Create a Slack workspace.
To complete the configuration:
To edit an existing integration:
The types of edits you can make depend on the integration. For Slack and Discord integrations, you can update the display name or delete the integration.
For webhook and JIRA integrations, you can modify any of the configuration parameters that you supplied when you created them.