Search before asking
What happened
When attempting to create a new field with the Customize plugin, the request returns a 500 status code. Screenshots of the API key and error code are attached.
What do you expect to happen
New field to be created successfully.
How to reproduce
- Create a new API key through UI
- Run the following curl:
curl --location 'https://my-devlake-endpoint/api/rest/plugins/customize/issues/fields' \ --header 'accept: application/json' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer <my_api_key>' \ --data '{ "columnName": "x_test", "dataType": "varchar(255)", "displayName":"test" }'
Anything else


Version
v1.0.2-beta3@7cf1a60
Are you willing to submit PR?
Code of Conduct
Search before asking
What happened
When attempting to create a new field with the Customize plugin, the request returns a 500 status code. Screenshots of the API key and error code are attached.
What do you expect to happen
New field to be created successfully.
How to reproduce
curl --location 'https://my-devlake-endpoint/api/rest/plugins/customize/issues/fields' \ --header 'accept: application/json' \ --header 'Content-Type: application/json' \ --header 'Authorization: Bearer <my_api_key>' \ --data '{ "columnName": "x_test", "dataType": "varchar(255)", "displayName":"test" }'Anything else
Version
v1.0.2-beta3@7cf1a60
Are you willing to submit PR?
Code of Conduct