id |
string |
read |
Custom field identifier |
space_tool_id |
string |
read |
ID of ticket tool custom field is associated with |
type |
string |
read/write |
Type of custom field, available values are:
- Text
- Numeric
- Team list
- List
- Date
Values are not case sensitive, if no type is specified on creation or type is not in the list a text field will be created.
|
title |
string |
read/write |
Title of custom field |
order |
integer |
read/write |
The bigger is number, the heigher is custom field on Assembla site, use this field in your app to organize custom fields ordering |
required |
boolean(0,1) |
read/write |
If set to true(1) this field is required |
hide |
boolean(0,1) |
read/write |
If set to true(1) this field is hidden, Note: do not hide required fields without default values, you wont be able to set them. |
default_value |
string |
read/write |
Default value of field:
- On text fields, a string value
- On date fields, a date in YYY-MM-DD format e.g. 2012-09-21
- On team list fields, an user ID, not login or email
- On numeric fields, a number
- On list fields, a value from the list
|
list_options |
string/array(on read) |
read/write |
On write, a comma separated string with values e.g. value1,value2,value3 . On read, an array of values. This field is required for List custom fields. |
created_at |
datetime |
read |
Date and time custom field was created |
updated_at |
datetime |
read |
Date and time custom field was updated |