Returns a list of all fields, both System and Custom
This request has no parameters.
Returns a list of all fields
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/field' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Creates a custom field using a definition
string
string
array<string>
string
array<integer>
string
string
string
Custom field was created
1
2
3
4
5
curl --request POST \
--url 'http://{baseurl}/rest/api/2/field' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json'
Rate this page: