Content
Updated by Wieland Lindenthal about 18 hours ago
Creation of a very first version of Element/Matrix-OpenProject OpenProject integration by modifying Matrix hookshot code, following similar structure as JIRA.
* Hookshot is designed to be fairly generic and support multiple platforms
* We get few things for "free" like widget support, command handlers, crypto support etc so it might be a nicer base to work on for the development of new integrations
* A good starting point would be to go through the following code:
<br>
https://github.com/matrix-org/matrix-hookshot/tree/main/src/Connections. It has a bunch of examples of "Connections" which encapsulate how to integrate a new service with Hookshot.
* Hookshot is designed to be fairly generic and support multiple platforms
<br>