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/07/07 08:12:52 UTC

[GitHub] [incubator-devlake] likyh opened a new issue, #2441: [Bug][github] Bug title

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

   ### 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
   
   Github Issue Assignees can be set to multi-users. But now it just collects one of the assignees.
   
   
   ### What you expected to happen
   
   Collect all of the assignees.
   
   ### How to reproduce
   
   ![image](https://user-images.githubusercontent.com/3294100/177724726-6ca502df-48e1-4cfb-b873-9176a8f8d837.png)
   ![image](https://user-images.githubusercontent.com/3294100/177724893-e6ed915c-df1c-4bb9-8d99-3b2df226fafb.png)
   ![image](https://user-images.githubusercontent.com/3294100/177724996-04bab243-a084-457b-b33f-c26b0e19e07e.png)
   https://docs.github.com/en/rest/issues/issues#list-repository-issues
   
   ### 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] keon94 commented on issue #2441: [Bug][github] Github Issue Assignees should collect all of the assignees

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

   Looks like the "assignee" field has been deprecated according to the docs, so you're right, it shouldn't be used anymore. 
   
   This is going to need a new tool table for github_issue_assignees, and to be linked to the issues tool table via issue_id, and have all the assignee fields moved there (id, name, etc).


-- 
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] Startrekzky commented on issue #2441: [Bug][github] Github Issue Assignees should collect all of the assignees

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

   Hi @likyh @keon94 , this is not a bug. Unlike many project management tools like Jira, TAPD and teambition, only GitHub issues can be assigned to multiple assignees at the same time. When designing the domain layer schema at the first place, I chose not to add a table for the N-to-N relation between issues and assignees for simplicity.
   I know that might cause confusion, but how about reconsider the design after users giving us specific feature requests for multi-assignees?
   
   I'll close it and feel free to reopen.


-- 
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] Startrekzky closed issue #2441: [Bug][github] Github Issue Assignees should collect all of the assignees

Posted by GitBox <gi...@apache.org>.
Startrekzky closed issue #2441: [Bug][github] Github Issue Assignees should collect all of the assignees
URL: https://github.com/apache/incubator-devlake/issues/2441


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