Collaborator: Create Remote System Configuration
collaborator_create_remote_system_configurationCreate a remote system configuration for Collaborator to integrate with Bitbucket, GitHub, etc. by specifying the system token, title, and JSON config.
Instructions
Creates a remote system configuration in Collaborator (e.g., Bitbucket, GitHub, etc).
Toolset: Remote System Configuration Management
Parameters:
token (string) required: Remote system token, e.g., BITBUCKET, GITHUB, etc.
title (string) required: Remote system title.
config (string) required: JSON string containing configuration parameters for the remote system.
reviewTemplateId (string): Optional review template ID used by this remote system.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Remote system title. | |
| token | Yes | Remote system token, e.g., BITBUCKET, GITHUB, etc. | |
| config | Yes | JSON string containing configuration parameters for the remote system. | |
| reviewTemplateId | No | Optional review template ID used by this remote system. |