CumulusCI icon indicating copy to clipboard operation
CumulusCI copied to clipboard

Python framework for building portable automation for Salesforce projects

Results 234 CumulusCI issues
Sort by recently updated
recently updated
newest added

Replace with dynamic functionality via a task option on the `deploy` task. The following tasks should be deleted along with their task classes: * create_managed_src * create_unmanaged_ee_src * revert_managed_src *...

enhancement

Now that a scratch org config can contain `namespaced: true` which means the scratch orgs are created with the namespace from `sfdx-project.json` applied to the scratch org, it'd be nice...

enhancement

github_release_notes task tries to update existing release notes when they exist. We should have an overwrite option (default=False) that allows us to do release notes from scratch.

enhancement

- All new keychain details are serialized using json, not pickle.

## Issues Fixed * Fixed an issue where unknown deploy statuses could cause polling to hang in the `deploy_marketing_cloud_package` task.

### Describe the bug We have a DX project that is also deployed against a persistent org. In that case cumulusci deploys from /src after converting DX metadata. Package.xml is...

bug

### Describe the bug After a while of not using CCI, I have tried running task extract_dataset (cci task run extract_dataset -o mapping datasets/mapping.yml -o sql_path datasets/test.sql --org cci_holver_prod) for...

bug
wi-created

### Feature Type I'm interested in functionality that solves a current problem or limitation in how CumulusCI works. ### Does your feature request solve a current problem? _No response_ ###...

bug
wi-created

Moved from #3341 Thank you @jlantz ! Adds extra error handling and a new exception, ServiceCannotBeLoaded, to match the exception already there for org load issues. Should have 100% test...