Fault: Invalid custom field value for field id 27
Posted: 22 Aug 2023, 02:44
I used the Mantis soap api to create new issue.
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:
Please give me some ideas, thanks!
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!