About
-
Collaborator integrates with Git repositories hosted at dev.azure.com or visualstudio.com, as well as on on-premises Azure DevOps Servers in your network.
-
When you integrate Collaborator with a Azure DevOps Server repository, your Collaborator server creates reviews automatically for pull requests in the repo, as well as for push events that occur in that repo. For complete information on how the integration works, see Integration With Repository Hosting Services.
-
To inform Collaborator about changes, Azure DevOps Server uses a webhook that sends notification messages to your Collaborator server.
-
To set up the webhook and other integration parameters, you need to set up some options in Collaborator and in Azure DevOps Server. See the rest of this topic for details.
![]() |
Team Foundation Version Control (TFVC) repositories are not supported. |
Supported Hosting Services
-
Azure DevOps Services (cloud hosting at dev.azure.com),
-
Azure DevOps Services (cloud hosting at visualstudio.com) formerly named Visual Studio Team Services (VSTS),
-
Azure DevOps Server (on-premises hosting) formerly named Team Foundation Server (TFS).
Requirements
-
Your Collaborator server must be accessible to Azure DevOps Server and vice versa. You may need to configure your firewall or enable tunneled connections to expose the server’s External URL to the Web. If needed, ask your system administrator for help.
-
To configure integration settings in Collaborator, you need Administrator privileges.
1. Get Azure DevOps Server Tokens
To integrate with Azure DevOps Server/Services, you need a personal access token that will be used to access your repositories.
For detailed information on generating a personal access token, follow instructions on this page of Azure DevOps Server documentation:
Notes:
-
When setting up the token parameters, make sure to enable the following scopes for the token:
Code: Full
Code: Status
Work Items: Read, write, & manage
-
After Azure DevOps Server generated the token, save it somewhere or write it down. We will need the token later, when we will configure the integration between Collaborator and Azure DevOps Server.
2. Set Up Integration
Collaborator offers two groups of settings for configuring integration with remote repositories:
Settings | When to use |
---|---|
Easy Add Repository tab | We recommend using these settings to set up new connections to your repositories quickly. |
Use these settings to configure existing connections. Though you can use these settings to set up integration, the settings on the “Easy Add Repository” tab will help you do this faster. |
Easy Add Repository tab (recommended)
-
Log in to Collaborator as administrator. (To integrate with Azure DevOps Server repositories, you need administrator privileges in Collaborator).
-
On the Collaborator main toolbar, click ADMIN, and then select Repository Hosting Services from the tree on the left. Then switch to the Easy Add Repository tab.
-
On the tab, select Azure DevOps Git in the Add repository for box and click Next:
-
Collaborator will displays a page with connection details.
Fill in the edit boxes:
Setting Description Host name
Optional. Specifies the host name where your Azure DevOps Server resides. For example
dev.azure.com
,myorg.visualstudio.com
, or URI of your on-premise server.If host name is omitted,
dev.azure.com
will be used.Username
Required. Specifies the account name to use for authentication.
Personal access token
Required. The personal access token for a Azure DevOps Server account that has access to your remote repository.
This is the token that we generated in Azure DevOps Server earlier.
Organization name
Specifies the name of your organization account. Required for
dev.azure.com
and on-premise hosts.Override existing configurations
Optional. Specifies whether to override existing configurations that track the same repository URI.
Branches to track
Optional. The names of branches to track changes and create reviews on pull requests and direct pushes. Separate multiple branch names with commas.
You can use Java-style regular expressions to match specific branch names, or you can use the
*
wildcard (alone, or separated by commas) to match all branches. Note that wildcards and regular expressions cannot be used if you enable the Status check required setting (see below).If this edit box is empty, the branch master will be tracked.
Ignore pushes for branches
Optional. Specifies branches for which Collaborator will not create reviews on direct pushes.
You can enter one or several branch names. Separate multiple branch names with commas. You can also use Java-style regular expressions to match specific branch names, or you can use the
*
wildcard (alone, or separated by commas) to match all branches. Note that wildcards and regular expressions cannot be used if you enable the Status check required setting (see below).When review completed
Optional. Specifies an action to perform when a review corresponding to a pull request was accomplished:
Value Description Do nothing Do not perform any action. Complete pull request Complete pull request that matches the review. Complete pull request and delete its branch Complete pull request that matches the review and delete the corresponding branch. Abandon pull request Abandon pull request that matches the review. Abandon pull request and delete its branch Abandon pull request that matches the review and delete the corresponding branch. When review cancelled/deleted/rejected
Optional. Specifies an action to perform when a review corresponding to a pull request was cancelled, deleted or rejected:
Value Description Do nothing Do not perform any action. Abandon pull request Abandon pull request that matches the review. Abandon pull request and delete its branch Abandon pull request that matches the review and delete the corresponding branch. Reopen a review when
Optional. Specifies in what cases Collaborator should reopen completed reviews. May include any combination of the following:
- when a push to a pull request is made,
- when a comment is added to a pull request.
Wait for signature (if enabled) before merge
Optional. Effective, if "When review completed" setting is set to "Merge the pull request" or "Merge the pull request and delete its branch".
If enabled Collaborator will wait for the completed review to be signed off before merging the respective pull request. Otherwise, pull request will be merged immediately, even if the review have not been signed yet.
Status check required
Specifies if Collaborator should enforce status checks for the tracked branches before merging pull requests.
If this option is enabled, you cannot use regular expressions in the Branches to track setting, since this option requires exact name match.
Auto close related work items Automatically complete related work items when pull request is merged.
-
After you specified the settings, click Load repositories. This will display a list of repositories available for the specified user account or organization in Azure DevOps Server. Select the repositories to track and click Create for selected.
Alternatively, you can click Create for all and use the settings for all repositories that are available for the specified user account or organization in Azure DevOps Server. Collaborator will create an individual configuration for each repository, and, if needed, will create a webhook for each repo in Azure DevOps Server.
Configure Remote Systems tab
-
Log in to Collaborator as an administrator. (To configure integration settings, you need administrator privileges in Collaborator).
-
On the Collaborator main toolbar, click ADMIN, and then select Repository Hosting Services from the tree on the left. Then switch to the Configure Remote Systems tab.
-
In the New Remote System Configuration section, select Azure DevOps Git and click Create:
-
Collaborator will display a page with configuration settings. Specify the setting values:
Setting Description Title
Required. The configuration name as it will be displayed in Collaborator user interface.
Azure DevOps repository URI
Required. The URI of the Azure DevOps repository to be tracked, for example,
https://dev.azure.com/myorg/myproject/_git/myrepo
orhttps://myorg.visualstudio.com/myproject/_git/myrepo
.You can copy the URI from the repository page in Azure DevOps Server:
Username
Required. Specifies the account name to use for authentication.
Personal access token
Required. The personal access token for a Azure DevOps Server account that has access to your remote repository.
This is the token that we generated in Azure DevOps Server earlier.
Branches to track
Optional. The names of branches to track changes and create reviews on pull requests and direct pushes. Separate multiple branch names with commas.
You can use Java-style regular expressions to match specific branch names, or you can use the
*
wildcard (alone, or separated by commas) to match all branches. Note that wildcards and regular expressions cannot be used if you enable the Status check required setting (see below).If this edit box is empty, the branch master will be tracked.
Ignore pushes for branches
Optional. Specifies branches for which Collaborator will not create reviews on direct pushes.
You can enter one or several branch names. Separate multiple branch names with commas. You can also use Java-style regular expressions to match specific branch names, or you can use the
*
wildcard (alone, or separated by commas) to match all branches. Note that wildcards and regular expressions cannot be used if you enable the Status check required setting (see below).Status check required
Specifies if the integration should enforce status checks for the tracked branches before merging pull request.
If this option is enabled, you cannot use regular expressions in the "Branches to track" setting, since this option requires exact name match.
When review completed
Optional. Specifies an action to perform when a review corresponding to a pull request was cancelled, deleted or rejected:
Value Description Do nothing Do not perform any action. Complete pull request Complete pull request that matches the review. Complete pull request and delete its branch Complete pull request that matches the review and delete the corresponding branch. Abandon pull request Abandon pull request that matches the review. Abandon pull request and delete its branch Abandon pull request that matches the review and delete the corresponding branch. When review cancelled/deleted/rejected
Optional. Specifies an action to perform when a review corresponding to a pull request was cancelled, deleted or rejected:
Value Description Do nothing Do not perform any action. Abandon pull request Abandon pull request that matches the review. Abandon pull request and delete its branch Abandon pull request that matches the review and delete the corresponding branch. Auto close related work items Automatically complete related work items when pull request is merged.
Reopen a review when
Optional. Specifies in what cases Collaborator should reopen completed reviews. May include any combination of the following:
- when a push to a pull request is made,
- when a comment is added to a pull request.
Wait for signature (if enabled) before merge
Optional. Effective, if "When review completed" setting is set to "Merge the pull request" or "Merge the pull request and delete its branch".
If enabled Collaborator will wait for the completed review to be signed off before merging the respective pull request. Otherwise, pull request will be merged immediately, even if the review have not been signed yet.
Webhook status
Indicates the current status of the webhook:
Status Description Webhook is absent The webhook has not been created yet. Webhook isn't active The webhook has been created, but is inactive. Up and running The webhook is active. -
To create or activate a webhook, click Update webhook.
Important: Click this button, when you set up integration with your repository for the first time.
To learn more about webhook settings on the Azure DevOps Server side, see Microsoft documentation:
https://docs.microsoft.com/en-us/azure/devops/service-hooks/services/webhooks?view=azure-devops
-
Click Test Connection to verify if you entered data correctly.
Click Save to store the settings.
3. Link Collaborator User Account to Azure DevOps Server Account
The last step is to link Collaborator user accounts to the Azure DevOps Server accounts. See —
Enable/Disable configuration
Once a new repository configuration is created, it is enabled automatically. However, you can enable and disable integration with Azure DevOps Server manually. To do this:
- In Collaborator, go to ADMIN > Remote System Integrations.
- In the Integration Status section find the Enable Azure DevOps Git Integration setting and change it to Yes or No, respectively.
Known Issues and Specifics
-
Team Foundation Version Control (TFVC) repositories of Azure DevOps are not supported.
-
To avoid creating reviews for merge commits, keep their messages default or start them with the Merge pull request # substring.
-
Currently, Azure DevOps Server (on-premises version of Azure DevOps) does not trigger webhook on comments made in pull requests. Therefore, these comments could not be copied into Collaborator reviews.