narrowizard opened a new issue, #4317: URL: https://github.com/apache/incubator-devlake/issues/4317
### 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 I mapping a jira field to a custom field called `x_field with space`, it failed because SQL error. But I can create a custom field called `x_field with space`.  ### What do you expect to happen Limit name of custom field. Maybe match the regexp `^x_[0-9a-zA-Z_]` ### How to reproduce Create a pipeline for customize, plan as following ```json [ [ { "plugin": "customize", "subtasks": null, "options": { "transformationRules": [ { "_raw_data_params": "{\"ConnectionId\":1,\"BoardId\":1}", "_raw_data_table": "_raw_jira_api_issues", "mapping": { "x_illegal name": "fields.project", "x_teams": "fields.customfield_10107" }, "table": "issues" } ] } } ] ] ``` ### Anything else _No response_ ### Version main ### 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]
