Issue: Remember to link the workitem to this pull request. The item creation is using save method of MongoDB. It is identical with upsert, thus, we could overwrite data in existed item by accident.
The item creation is using insert method. The existed item will not be overwritten by creation of the clone, there will be an error instead
(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)