Crea a new Custom field with REST API
Hi,
Please help me, i have an problem , i want create a new custom field in the project, with rest api. it is possible?
I'm using youtrack standalone 2017.4 version;
Thank for help;
Please sign in to leave a comment.
Hello,
Please follow this documentation: https://www.jetbrains.com/help/youtrack/incloud/PUT-Project-Custom-Field.html .
This documentation, is when already exists the customfield, if don't have the field in project, returns "{ "value": "Project custom field [ customField ] not found" } ", other sugestion?
It's the correct documentation to add the non-existing custom field. Please provide your full request.