Create project custom field

Creates a new custom field for a project

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

ID of the project to add a custom field to

Body Params
string
required

Label for the custom field

string
Defaults to text

Type of the custom field. One of the following is allowed: text, number, date, user, project, select, formula.

boolean
Defaults to false

If true, the value will be hidden in the UI but accessible via API

string

Value of the "text" custom field.

int32

Value of the "number" custom field.

string

Value of the "date" custom field. ISO 8601 string.

string

Value of the "formula" custom field.

dropdownValues
array of strings

Value of the "select" custom field. Leave empty for "user" and "project" type.

dropdownValues
selectedValues
array of strings

Selected value of the "select", "user" or "project" custom field.

selectedValues
boolean
Defaults to false

Whether or not "selectedValues" can hold multiple values

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json