Re: [I] [Bug][opsgenie] Opsgenie plugin doesn't populate creator_id/assignee_id field in incidents table [incubator-devlake]
klesh closed issue #8207: [Bug][opsgenie] Opsgenie plugin doesn't populate creator_id/assignee_id field in incidents table URL: https://github.com/apache/incubator-devlake/issues/8207 -- 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: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug][opsgenie] Opsgenie plugin doesn't populate creator_id/assignee_id field in incidents table [incubator-devlake]
dosubot[bot] commented on issue #8207: URL: https://github.com/apache/incubator-devlake/issues/8207#issuecomment-2489611057 Thanks for clarifying. The `assignee_id` field not being populated could be due to similar reasons as the `creator_id`. The Opsgenie API might not directly provide an `assignee_id` field, or the plugin's mapping logic might not be correctly extracting and assigning this information. Reviewing the plugin's code, particularly how it processes and maps the Opsgenie API response to the incidents table, would be a good starting point. If the API does provide assignee information, ensure that the plugin is correctly configured to capture and store it. If you need further assistance with specific parts of the code, feel free to ask! *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* -- 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: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [I] [Bug][opsgenie] Opsgenie plugin doesn't populate creator_id/assignee_id field in incidents table [incubator-devlake]
KyriosGN0 commented on issue #8207: URL: https://github.com/apache/incubator-devlake/issues/8207#issuecomment-2489610614 @dosu sorry, i meant the assignee_id field instead of the responder_id 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: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org