keon94 commented on code in PR #6126:
URL:
https://github.com/apache/incubator-devlake/pull/6126#discussion_r1332540966
##########
backend/plugins/pagerduty/models/incident.go:
##########
@@ -41,6 +41,7 @@ type (
Summary string
Status IncidentStatus //acknowledged, triggered, resolved
Urgency IncidentUrgency //high or low
+ Priority string
Review Comment:
you will need to add migrations so that the Incident table in the DB has a
column for this field
--
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]