I got this error "Fault: Invalid custom field value for field id 27" while creating a new issue with custom fields.
But I have no ideas why the value of this field is invalid.
Here is content of custom_fields:
Code: Select all
'custom_fields': [
'field': {
'id': 27,
'name': 'Site'
},
'value': u'MY_SITE'
]
Please give me some ideas, thanks!