Forums » Open discussion »
Custom fields on project create
Added by Igor Rybak about 7 years ago
According to Wiki page I can create project through the API. Why at creation of the project it is impossible to specify its custom fields?
According to this page you can enable custom fields when creating a project using REST API.
Guillermo ML wrote:
According to this page you can enable custom fields when creating a project using REST API.
Thanks!! Using
"issue_custom_field_ids":[1,2,3,4,5,6]
in POST request solved my issue. Added to
wiki.