PUT /admin/project/{projectId}/customfield/{customFieldName}
Add a new custom field to a specific project.
PUT /rest/admin/project/{projectId}/customfield/{customFieldName}?{emptyFieldText}
- Parameters:
Name Type Description projectId projectByIdNotStrict ID of a project to add new field to. customFieldName string Name of a custom field to add. emptyFieldText string Text to be displayed in a field, if its value is not defined. ... ... Variables required to create project custom field
| For more information about setting up project custom fields see Attaching Custom Fields to Projects |
Sample
Request:
Response:
Labels:
None