Hi
I am using odoo.sh V12. I want to do following.
1. In Odoo make project for each repository. For example repository name is repo_1, then make one project in Odoo with name repo_1.
2. When someone creates issue named "Issue 1" in Github repository repo_1 then this issue should create new task named "Issue 1" under project repo_1 in Odoo.
3. Github issue tag and status changes should move related Odoo task to different columns under related project. For example - user closes issue in Github then Odoo automatically moves related task to related project column with name Closed.
Is there some kind of similar solution available or some base functionality I could use for custom app?