You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/10/14 05:17:35 UTC

[GitHub] [incubator-devlake] narrowizard opened a new issue, #3441: [Bug][jira] Different behaviour of issue type mapping in v0.12 and v0.14

narrowizard opened a new issue, #3441:
URL: https://github.com/apache/incubator-devlake/issues/3441

   ### 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
   
   In devlake v0.12, jira issue's type mapping is based on issue type's untranslatedName field. But in devlake v0.14 it is based on issue type's name field.
   
   ### What you expected to happen
   
   Expected consistent behaviour in two version.
   
   ### How to reproduce
   
   Sync jira data with same transformation rules in v0.12 and v0.14. 
   Should prepare some issue type of different language, and set personal language to something different than english.
   
   ### Anything else
   
   _No response_
   
   ### Version
   
   v0.12.0
   
   ### 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: commits-unsubscribe@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] narrowizard commented on issue #3441: [Bug][jira] Different behaviour of issue type mapping in v0.12 and v0.14

Posted by GitBox <gi...@apache.org>.
narrowizard commented on issue #3441:
URL: https://github.com/apache/incubator-devlake/issues/3441#issuecomment-1280166010

   Closed by #3442 


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] narrowizard closed issue #3441: [Bug][jira] Different behaviour of issue type mapping in v0.12 and v0.14

Posted by GitBox <gi...@apache.org>.
narrowizard closed issue #3441: [Bug][jira] Different behaviour of issue type mapping in v0.12 and v0.14
URL: https://github.com/apache/incubator-devlake/issues/3441


-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] likyh commented on issue #3441: [Bug][jira] Different behaviour of issue type mapping in v0.12 and v0.14

Posted by GitBox <gi...@apache.org>.
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org