我应该在哪里放置 maniphest.custom-field-definitions in phabricator

where should i place maniphest.custom-field-definitions in phabricator

我应该在 phabricator 中的什么地方放置 maniphest.custom-field-definitions 以在 maniphest 中创建新的自定义字段

{
  "mycompany:estimated-hours": {
    "name": "Estimated Hours",
    "type": "int",
    "caption": "Estimated number of hours this will take.",
    "required": true
  },
  "mycompany:actual-hours": {
    "name": "Actual Hours",
    "type": "int",
    "caption": "Actual number of hours this took."
  },
  "mycompany:company-jobs": {
    "name": "Job Role",
    "type": "select",
    "options": {
      "mycompany:engineer": "Engineer",
      "mycompany:nonengineer": "Other"
    }
  },
  "mycompany:favorite-dinosaur": {
    "name": "Favorite Dinosaur",
    "type": "text"
  }
}

转到主菜单上的配置,然后向下滚动直到在“应用程序配置”下有一个 link 可以显示。 在那里,单击要更改的字段名称并粘贴新值