johannesjo / super-productivity

Super Productivity is an advanced todo list app with integrated Timeboxing and time tracking capabilities. It also comes with integrations for Jira, Gitlab, GitHub and Open Project.
http://super-productivity.com
MIT License
10.59k stars 852 forks source link

Plane.So Issue Integration #3382

Open h-sigma opened 1 week ago

h-sigma commented 1 week ago

https://plane.so/ is a self-hosted/cloud open source project management tool intended for use by developers. I have been using it for a while and I quite like it.

  1. If I submitted a PR with Plane integration, would it be considered for a merge? I have been using super-productivity for a year+ now but don't know the maintenance situation of its open source project.
  2. Anyone who knows the code can point me in the right direction and know if it's relatively straightforward to add an issue integration?
github-actions[bot] commented 1 week ago

Thank you very much for opening up this issue! I am currently a bit overwhelmed by the many requests that arrive each week, so please forgive me, if I fail to respond personally. I am still very likely to at least skim read your request and I'll probably try to fix all (real) bugs if possible and I will likely review every single PR being made (please, give me a heads up if you intent to do so) and I will try to work on popular requests (please upvote via thumbs up on the original issue) whenever possible, but trying to respond to every single issue over the last years has been kind of draining and I need to adjust my approach for this project to remain fun for me and to make any progress with actually coding new stuff. Thanks for your understanding!

github-actions[bot] commented 1 week ago

Hello there h-sigma! 👋

Thank you and congratulations 🎉 for opening your very first issue in this project! 💖

In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀

For more open ended discussions and/or specific questions, please visit the discussions page. 💖

johannesjo commented 1 week ago
  1. If I submitted a PR with Plane integration, would it be considered for a merge?

Yes! It would! :)

2. Anyone who knows the code can point me in the right direction and know if it's relatively straightforward to add an issue integration?

Best place to start is: https://github.com/johannesjo/super-productivity/tree/master/src/app/features/issue

There you should look at the existing integrations for jira.

The code there is far from perfect, so if you have improvement suggestions, I am all ears.