hezyin opened a new issue, #5079: URL: https://github.com/apache/incubator-devlake/issues/5079
The following screenshot was taken on stable v0.16.0, but the issue also exists on main and v0.17. Take issue https://github.com/apache/incubator-devlake/issues/4861 as an example, it has two `type/xxx` labels: `type/docs` and `type/bug`. However, based on this [code](https://github.com/apache/incubator-devlake/blob/main/backend/plugins/github_graphql/tasks/issue_collector.go#L273), this issue's `original_type` column can only have one value (the exact value would depend on the execution order of the labels in the for loop). This is what the issue looks like in our database: <img width="1918" alt="Screen Shot 2023-05-03 at 9 47 28 AM" src="https://user-images.githubusercontent.com/2908155/235987162-4717202d-01aa-4988-8329-6781abf1c7bc.png"> Questions to discuss: 1. Does an issue's `original_type` column support multiple original types? 2. Does an issue's `type` column support multiple types? -- 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]
