-
Type:
Suggestion
-
Resolution: Unresolved
-
Component/s: Deprecated Component - do not use
-
1
Currently custom field created using app rest api can only be set using their ID and not value.
Working Example:
{
"fields":
{
"customfield_xxxx": <id>
}
}
Non-working Example:
{
"fields":
{ "customfield_xxxx": "<value>"
}
}
It will be helpful if app custom fields can also be edited using their values.