Page MenuHomePhabricator

permanent:_maniphest.custom-field-definitions

Authored By
allan.laal
Feb 11 2014, 1:12 AM
Size
1 KB
Referenced Files
None
Subscribers
None

permanent:_maniphest.custom-field-definitions

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

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
amazon-s3
Storage Format
Raw Data
Storage Handle
phabricator/v5/vf/jj5tboh3j3jsi3zm
Default Alt Text
permanent:_maniphest.custom-field-definitions (1 KB)

Event Timeline