It doesn't appear that this option (intended to make fields copy across when similar tasks are created) works any more.
Description
Description
Event Timeline
Comment Actions
Also does not work for select fields for me. Here is my configuration:
{ "steals:category": { "name": "Category", "type": "select", "options": { "": "Please select...", "support": "Support", "bug": "Bug", "project": "Project", "technical-debt": "Technical Debt", "other": "Other" }, "search": true, "copy": true, "required": false } }