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/09/26 10:40:33 UTC

[GitHub] [incubator-devlake] mindlesscloud opened a new issue, #3198: [Bug][Jira] the transformation rule doesn't work

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

   ### 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
   
   the type `DORA Incident` should be mapping to `Incident`, however, we got `DORA INCIDENT` in the database.
   ![image](https://user-images.githubusercontent.com/8455907/192224589-b47caecf-64c2-4ab4-99d2-d0d7abf9b422.png)
   ![image](https://user-images.githubusercontent.com/8455907/192224678-993c76fb-000b-42f8-aca9-ce9c6bdf71fa.png)
   
   
   ### What you expected to happen
   
   the transformation rules should be applied to the issues correctly
   
   ### How to reproduce
   
   1. create a new type, say, `DORA Incident` in your `Jira`
   2. create an issue with type `DORA Incident` in `Jira`
   3. create a blueprint for plugin `Jira`
   4. add a transformation rule to the blueprint which is mapping `DORA Incident` to `Incident`
   5. run the blueprint
   6. check the table `issues`, the type of the issue would be `DORA INCIDENT` instead of `INCIDENT`
   
   ### 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: commits-unsubscribe@devlake.apache.org.apache.org

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


[GitHub] [incubator-devlake] likyh commented on issue #3198: [Bug][Jira] the transformation rule doesn't work

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

   I'll take it. I'll add a checker in the frontend to limit choosing the same tag in different selecter.  And I will add a converter in backend to convert id to tag to avoid tag match miss.


-- 
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] mindlesscloud closed issue #3198: [Bug][Jira] the transformation rule doesn't work

Posted by GitBox <gi...@apache.org>.
mindlesscloud closed issue #3198: [Bug][Jira] the transformation rule doesn't  work 
URL: https://github.com/apache/incubator-devlake/issues/3198


-- 
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