PUT /admin/customfield/field/{customFieldName}
Create new custom field prototype
PUT /rest/admin/customfield/field/{customFieldName}?{typeName}&{isPrivate}&{defaultVisibility}&{autoAttached}
- Parameters:
Name Type Description customFieldName string Name for a custom field to be created. typeName string Type of a new custom field. isPrivate boolean Set new custom field privacy. defaultVisibility boolean Set default visibility for the new custom field. autoAttached boolean The custom field should be attached automatically to each newly created project in YouTrack.
| For more information about custom field settings see Creating and Editing Custom Fields |
Sample
Request:
Response:
Labels:
None