Project

General

Profile

Custom fields on project create

Added by Igor Rybak over 6 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?


Replies (2)

RE: Custom fields on project create - Added by Guillermo ML over 6 years ago

According to this page you can enable custom fields when creating a project using REST API.

RE: Custom fields on project create - Added by Igor Rybak over 5 years ago

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.

    (1-2/2)