custom-fields

Create new Custom Field

This method allows to create custom field.

post/custom_field

Request body

titlestring required
entityinteger required

Possible values: 0 - case; 1 - run; 2 - defect;

typeinteger required

Possible values: 0 - number; 1 - string; 2 - text; 3 - selectbox; 4 - checkbox; 5 - radio; 6 - multiselect; 7 - url; 8 - user; 9 - datetime;

placeholderstring nullable
default_valuestring nullable
is_filterableboolean
is_visibleboolean
is_requiredboolean
is_enabled_for_all_projectsboolean
projects_codesstring[]

Response

Created Custom Field id.

statusboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.