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/30 06:16:11 UTC

[GitHub] [incubator-devlake] likyh opened a new issue, #3295: [Bug][config-ui] add board but type mapping is wrong when edit jira blueprint

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

   ### 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
   
   ![image](https://user-images.githubusercontent.com/3294100/193202724-ec0df1da-7a42-4621-92cc-bd0ae4b05b00.png)
   
   
   ### What you expected to happen
   
   new boards have correct type mapping. It should equal user select.
   
   ### How to reproduce
   
   1. find an existing blueprint with jira.
   2. add a board in jira
   3. select an issue type for bugs
   4. save
   5. look at the body of request
   
   ### 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] e2corporation commented on issue #3295: [Bug][config-ui] add board but type mapping is wrong when edit jira blueprint

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

   @mintsweet Please be careful with this logic, you are moving a bit too fast and have refactored and introduced breaking issues on this already Merged PR https://github.com/apache/incubator-devlake/pull/3191.
   
   Please be mindful of your usage of Effects and necessary dependencies. That PR 3191 ignored exhaustive dep warnings, now when the dependency is added to DataTransformations it causes a circular loop as outlined in that screenshot.


-- 
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] e2corporation commented on issue #3295: [Bug][config-ui] add board but type mapping is wrong when edit jira blueprint

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

   @likyh I think you just refactored JIRA mappings and ID keys with https://github.com/apache/incubator-devlake/pull/3202


-- 
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] mintsweet commented on issue #3295: [Bug][config-ui] add board but type mapping is wrong when edit jira blueprint

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

   I'll fix it.


-- 
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] e2corporation commented on issue #3295: [Bug][config-ui] add board but type mapping is wrong when edit jira blueprint

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

   > > @likyh I think you just refactored JIRA mappings and ID keys with #3202
   > 
   > Do you mean this issue was caused by #3202?
   
   JIRA Mappings have been working well for a while, in Both Multi-board and single-board scenarios.


-- 
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 closed issue #3295: [Bug][config-ui] add board but type mapping is wrong when edit jira blueprint

Posted by GitBox <gi...@apache.org>.
likyh closed issue #3295: [Bug][config-ui] add board but type mapping is wrong when edit jira blueprint
URL: https://github.com/apache/incubator-devlake/issues/3295


-- 
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 #3295: [Bug][config-ui] add board but type mapping is wrong when edit jira blueprint

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

   > @likyh I think you just refactored JIRA mappings and ID keys with #3202
   
   Do you mean this issue was caused by #3202?


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