KyriosGN0 opened a new issue, #7999: URL: https://github.com/apache/incubator-devlake/issues/7999
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened when trying to create a new custom field in the issues table, the docs mention that array is a supported type, but in the code it is not the oneof type. ### What do you expect to happen column of type array are created in issues table ### How to reproduce send a POST request https://<devlake-api>/api/plugins/customize/issues/fields with a body like this `{ "columnName": "x_tags", "displayName": "Tags", "dataType": "varchar(255)", "description": "Array of tags from jira" }` ### Anything else _No response_ ### Version v1.0.1-beta7@3f84bae ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
