我应该在phabricator中放置maniphest.custom-field-definitions

时间:2016-11-14 07:05:06

标签: phabricator

我应该在phabricator中放置maniphest.custom-field-definitions来创建新的自定义字段

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

1 个答案:

答案 0 :(得分:3)

转到主菜单上的config,然后向下滚动,直到Applications Applications下面有一个操纵链接。 在那里,单击要更改的字段名称并粘贴新值