-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Current FieldName:
"id": "FieldName",
"name": "Select the field for this control.",
"description": "The field associated with the control, it will match the value from the rest service's key field.",
"type": "WorkItemField",
"properties": {
"workItemFieldTypes": ["String", "PlainText", "HTML"]
},
"validation": {
"dataType": "String",
"isRequired": true
}
It would be awesome if workItemFieldTypes accepted Integer and TreePath types. Validation would have to be altered. However, this would allow for System.IterationID and System.IterationPath to be an acceptable WorkItemControl. This would allow for WorkItem TargetDate to dynamically be populated based on the iteration attributes. Currently WorkItem TargetDate can be set outside of a project teams iteration start and end dates.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request