createNewModel property

bool? createNewModel
getter/setter pair

If set to true, will create a new issue model from the imported file with randomly generated IDs for the issue model and corresponding issues.

Otherwise, replaces an existing model with the same ID as the file.

Optional.

Implementation

core.bool? createNewModel;