likyh commented on code in PR #3753:
URL:
https://github.com/apache/incubator-devlake/pull/3753#discussion_r1029410749
##########
plugins/jira/impl/impl.go:
##########
@@ -217,6 +249,21 @@ func (plugin Jira) ApiResources()
map[string]map[string]core.ApiResourceHandler
"connections/:connectionId/proxy/rest/*path": {
"GET": api.Proxy,
},
+ "connections/:connectionId/scopes/:boardId": {
+ "GET": api.GetScope,
+ "PUT": api.PutScope,
Review Comment:
When will `PutScope` be used? In my opinion, `board` is only created when
collecting and extracting. Do these APIs write for config-ui?
--
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]