bujjibabukatta opened a new pull request, #8939: URL: https://github.com/apache/devlake/pull/8939
## Fixes #8910 ### Summary Added new webhook close issue endpoints that accept `issueKey` in the request body instead of the URL path. This enables Kibana v8.x webhook connectors to close incidents using a fixed URL. ### Changes * Added `POST /connections/:connectionId/issue/close` * Added `POST /connections/by-name/:connectionName/issue/close` * Added request body support for `issueKey` * Reused existing `closeIssue()` logic to avoid code duplication * Regenerated Swagger documentation ### Notes * No breaking changes * Existing path-based endpoints remain fully supported * Compatible with Kibana's fixed URL webhook configuration -- 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]
