Creation of OpenProject integration by modifying Matrix hookshot code, following similar structure as JIRA.
* [ ] Post messages on
Hookshot is designed to be fairly generic and support multiple platforms
* [ ] work package creation
* [ ] work package update 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 be completed go through the following code:
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.