|
ccollab admin config remote-system-integration edit |
|
The ccollab admin config remote-system-integration edit command modifies an existing remote system integration. Command Line Syntax: ccollab [global-options] admin config remote-system-integration edit <remote-system-id> [--config <value>] [--title <value>]
Example The following command line renames a remote system configuration with ID 1: ccollab admin config remote-system-integration edit 1 --title "New title" The following command line changes the configuration of GitHub integration with ID 1: ccollab admin config remote-system-integration edit 1 --config '{"repoURI":"https://github.com/JohnSmithSB/myrepo.git", "apiToken":"12345abcdefgh098765xyz", "branch":"feature-branch1", "apiURI":"", "branchToIgnorePushes":"","pullingInterval":"15", "autoMerge":"Do nothing", "autoClose":"Do nothing"}' The following command line changes the configuration of JIRA integration with ID 2: ccollab admin config remote-system-integration edit 2 --config '{"url":"http://jira.example.com", "username":"admin", "password":"admin", "updateReviewPhase":true, "updateReviewParticipants":true, "projects":"PROJECT1, PROJECT2", "issueType":"Bug"}' The following command line changes the configuration of Bitbucket integration with ID 3: ccollab admin config remote-system-integration edit 3 --config '{"repoURI":"https://bitbucket.org/JohnSmithSB/myrepo.git", "apiToken":"12345abcdefgh098765xyz", "branch":"main", "branchToIgnorePushes":"", "autoMerge":"Do nothing", "autoClose":"Do nothing"}' |
|
© 2003-2025 SmartBear Software. All rights reserved. |