Marco-De-Stefani commented on code in PR #6126:
URL: 
https://github.com/apache/incubator-devlake/pull/6126#discussion_r1336687800


##########
backend/plugins/pagerduty/tasks/incidents_extractor.go:
##########
@@ -64,6 +64,13 @@ func ExtractIncidents(taskCtx plugin.SubTaskContext) 
errors.Error {
                                incident.ServiceId = service.Id
                                results = append(results, &service)
                        }
+                       if incidentRaw.Priority != nil {

Review Comment:
   solved & updated the fields returned by pagerduty 



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