|
ccollab admin config remote-system-integration create |
|
The ccollab admin config remote-system-integration create command creates a new configuration of remote system integration. Command Line Syntax: ccollab [global-options] admin config remote-system-integration create <remote-system-type> <remote-system-title> <remote-system-config>
Example The following command line adds a new Bitbucket integration: ccollab admin config remote-system-integration create bitbucket "A New Bitbucket" '{"repoURI":"https://bitbucket.org/user/repo.git", "apiToken":"12345abcdefgh098765xyz", "branch":"foo,bar,baz", "branchToIgnorePushes":"", "autoMerge":"Merge Pull Request and Delete Its Branch", "autoClose":"Do nothing"}' The following command line adds a new GitHub integration: ccollab admin config remote-system-integration create github "A New GitHub" '{"repoURI":"https://github.com/user/repo.git", "apiToken":"12345abcdefgh098765xyz", "branch":"foo,bar,baz", "apiURI":"", "branchToIgnorePushes":"","pullingInterval":"15","autoMerge":"Merge Pull Request and Delete Its Branch","autoClose":"Do nothing"}' The following command line adds a new JIRA integration: ccollab admin config remote-system-integration create jira "A New JIRA" '{"url":"http://jira.example.com", "username":"admin", "password":"admin", "updateReviewPhase":true, "updateReviewParticipants":true, "projects":"PROJECT1, PROJECT2", "issueType":"Bug"}' |
|
© 2003-2025 SmartBear Software. All rights reserved. |