Page MenuHomePhabricator
Paste P1062

Fork of P1061 permanent: maniphest.custom-field-definitions
ActivePublic

Authored by allan.laal on Feb 11 2014, 1:19 AM.
{
"permanent:separator1111": {
"name": "Specify estimates in days:",
"type": "header"
},
"permanent:estimation-days-min": {
"name": "Estimated MIN days",
"type": "int",
"caption": "The Minimum amount of days this might take. 1day=8h (optional)"
},
"permanent:estimation-days-max": {
"name": "Estimated MAX days",
"type": "int",
"caption": "The Maximum amount of days this might take. 1day=8h (optional)"
},
"permanent:separator22": {
"name": "OR specify estimates in hours:",
"type": "header"
},
"permanent:estimation-hours-min": {
"name": "Estimated MIN hours",
"type": "int",
"caption": "The Minimum amount of hours this might take (optional)"
},
"permanent:estimation-hours-max": {
"name": "Estimated MAX hours",
"type": "int",
"caption": "The Maximum amount of hours this might take (optional)"
},
"permanent:actual-hours": {
"name": "Actual Hours Spent",
"type": "int",
"caption": "The amount of time this actually took (optional)"
},
"permanent:separator33": {
"name": "Time specific constraints:",
"type": "header"
},
"permanent:milestone": {
"name": "Milestone",
"type": "select",
"search" : true,
"copy": true,
"options": {
"None": "None",
"Alpha": "Alpha",
"1.0": "1.0",
"2.0": "2.0",
"3.0": "3.0",
"4.0": "4.0",
"5.0": "5.0"
},
"caption": "This task should be completed by version... (optional)"
},
"permanent:deadline": {
"name": "Deadline",
"type": "date",
"search" : true,
"copy": true,
"caption": "This task should be completed by date... (optional)"
}
}

Event Timeline

allan.laal changed the title of this paste from untitled to Fork of P1061 permanent: maniphest.custom-field-definitions.
allan.laal updated the paste's language from autodetect to js.