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/11/22 14:36:38 UTC

[GitHub] [incubator-devlake] likyh commented on a diff in pull request #3753: feat: scope and transformation rule for jira

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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org