likyh commented on issue #3441: URL: https://github.com/apache/incubator-devlake/issues/3441#issuecomment-1280245210
The first issue about this serial issues is that @hezyin found transformation in jira not works. I find it is caused by transformation using id as key in the frontend and name in the backend. So https://github.com/apache/incubator-devlake/pull/3202 merged. But it make a mismatch of the transformation mode between 0.12 and 0.14. After discussion, https://github.com/apache/incubator-devlake/pull/3258 on main change the key in the transformation to name again. And we decide not use the translated name because it does not work as we expect. And this issue and #3442 drop translated name for 0.14. -- 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]
