2016-11-14 199 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

轉到配置在主菜單上然後向下滾動,直到在應用程序配置下有一個鏈接到操作。 在那裏,點擊您想要更改的字段名稱並粘貼新值