2016-11-14 201 views
3

maniphest.custom场-定义我应该在哪里放置maniphest.custom场,定义在phabricator创建新的自定义字段中maniphest我应该在哪里放置在phabricator

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

回答

2

转到配置在主菜单上然后向下滚动,直到在应用程序配置下有一个链接到操作。 在那里,点击您想要更改的字段名称并粘贴新值