thenicetgp opened a new pull request, #1968:
URL: https://github.com/apache/incubator-devlake/pull/1968

   # draft 
   add two file
   plugins/gitlab/models/issue.go 和 plugins/gitlab/task/issue_collector.go
   
   issue.go里的GitlabIssue和GithubIssue的结构基本一致,repoId换成了ProjectId
   
   issue_collector.go和github里的也基本一致
   其中需要修改url
   
   查询到
   <img width="742" alt="截屏2022-05-23 11 51 20" 
src="https://user-images.githubusercontent.com/47466847/169740042-45441c4d-2552-4fbf-8d9d-9330c1f65a47.png";>
   
   故url修改为
   UrlTemplate: "projects/{{ .Params.ProjectId }}/issues“
   


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

Reply via email to