Page MenuHomePhabricator

"copy":true does not work in Maniphest custom field configuration
Closed, DuplicatePublic

Assigned To
None
Authored By
hach-que
May 4 2015, 8:41 AM
Referenced Files
None
Tokens
"The World Burns" token, awarded by agen."The World Burns" token, awarded by 20after4.

Description

It doesn't appear that this option (intended to make fields copy across when similar tasks are created) works any more.

Event Timeline

hach-que raised the priority of this task from to Needs Triage.
hach-que updated the task description. (Show Details)
hach-que added a project: Maniphest.
hach-que added subscribers: hach-que, epriestley.

I can confirm that it does not work, at least with "select" fields.

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
  }
}