sandesvitor commented on issue #6055: URL: https://github.com/apache/incubator-devlake/issues/6055#issuecomment-1721891578
Hello everyone, here's an update: I've created the responder and assignment models, integrating them with the ticket.IssueAssignee domain. However, I encountered a limitation within the Opsgenie API. It doesn't provide information about the date of assignment. Consequently, I couldn't populate the domainIssue.AssigneeId and domainIssue.AssigneeName values in the ticket.Issue object with a single responder/assignee (the last to acknowledge it), as the PagerDuty plugin does it. I think this is because Opsgenie's "Incident" entity doesn't include the concept of a single responder acknowledging it; instead, it lists the responders associated with that incident. I attempted to address the issue in the example Grafana Dashboard for the Opsgenie plugin by adding a table view of each incident's responder list.  In addition to this, I've completed the end-to-end data flow tests. -- 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]
