klesh opened a new issue, #4681: URL: https://github.com/apache/incubator-devlake/issues/4681
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar feature requirement. ### Use case Users are able to edit jira transformation rules ### Description Currently, transformation rules are independent, they are top-level entities of a plugin. This poses a serious problem for JIRA:  From the above screenshot, we can see the configuration process needs to load data from the jira API, thus `connection_id` is required. And we can safely assume that it is true for other plugins. In other words, **a `transformation rule` must belong to a specific `connection`** We have to add `connection_id` to `transformation rule` for all our plugins ### Related issues _No response_ ### Are you willing to submit a 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]
