Skip to content

Instantly share code, notes, and snippets.

View heidtKo's full-sized avatar

Konstantin Heidt heidtKo

  • Copado Solutions
View GitHub Profile
@heidtKo
heidtKo / migrateAdoCCMtoCC.apex
Created September 19, 2025 14:24
Migrate Azure DevOps integration from CCM to Copado Connect
/**
* this should be executed BEFORE activating your copado connect integration record.
* Use the script below to transfer IDs for the relevant elements and avoid duplicate records.
* Please be aware that Salesforce only allows to modify 10.000 records in one go.
* The recommendation is to run the snippets one by one and do a sanity check using e.g. a query in the Developer Console
*/
Set<String> ADOprojects = new Set<String>{
'My ADO Project Name 1',
'My ADO Project Name 2',