YouTrack Standalone 2017.1 Help

POST Project Custom Field

POST /admin/project/{projectId}/customfield/{customFieldName}

Update custom field in the project.

POST /rest/admin/project/{projectId}/customfield/{customFieldName}?{emptyFieldText}

Parameters:

Name Type Description
projectId projectByIdNotStrict ID of a project.
customFieldName string Name of a custom field to update.
emptyFieldText string Text to be displayed, if the field is empty.
... ... Variables required to update project custom field

Sample

Request:

POST /rest/admin/project/CMN/customfield/Region?emptyFieldText=Undefined&bundle=AnotherRegionEnum

Response:

Empty Response. Response code: 200 Response message: OK
Last modified: 18 April 2017