matrix-org / matrix-hookshot

A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.
https://matrix-org.github.io/matrix-hookshot/
Apache License 2.0
281 stars 66 forks source link

Basic youtrack api #358

Open LecrisUT opened 2 years ago

LecrisUT commented 2 years ago

Is it appropriate to implement pure issue tracker support here? If so I want to work on getting the basic api in place for youtrack. For reference, the API is published here.

It would help a lot if someone can point to the documentation of the basic/abstract class/methods that need to be derived to get things working.

Half-Shot commented 2 years ago

Hiya, thanks for taking an interest and sure I'd love to see this happen! We need a developer guide ideally but for now I'd adhoc you something here:

Once all of that is done, you should have a functional setup going. Please give me a shout if any of that isn't clear and feel free to contribute a draft PR, we're happy to feedback as you go.