Advanced
The Bitbucket integration supports additional flags to provide additional configuration, making it easier to configure its behavior to your liking.
Using advanced configurationsโ
The following advanced configuration parameters are available:
- Delete dependent entities
- Create missing related entities
The deleteDependentEntities
parameter is used to enable deletion of dependent Port entities. This is useful when you have two blueprints with a required relation, and the target entity in the relation should be deleted. In this scenario, the delete operation will fail if this flag is set to false
if the flag is set to true
, the source entity will be deleted as well.
- Default:
false
(disabled) - Use case: Deletion of dependent Port entities. Must be enabled, if you want to delete a target entity (and its source entities) in a required relation.
The createMissingRelatedEntities
parameter is used to enable the creation of missing related Port entities automatically in cases where the target related entity does not exist in the software catalog yet.
- Default value:
true
to allow the Bitbucket app to create barebones related entities, in case those related entities do not exist in the software catalog. - Use case: use
false
if you do not want this default behavior (do not create missing related entities).
All of the advanced configurations listed above can be added to the mapping on the data source page.