What is it for? This little node.js bot is able to perform 2-way sync between Zendesk and Github. The app connects and syncs best of two worlds: Zendesk (best customer support platform) and Github (best git based project management platform). Who should use it? Technical support teams that you don't want to spend time jumping between Zendesk and Github. How it works? This little bot can run in 4 modes: Zendesk to Github sync: finds open and re-opened tickets in Zendesk, posts them as new issues in Github (or adds as comment to existing issue), then puts Zendesk ticket to On Hold status. Github to Zendesk sync: finds every comment that mentions the special keyword tksolution, finds related Zendesk ticket and posts the comment as a reply to Zendesk ticket, closes the original Github issue or keeps it opened if it contains $reopen keyword. Github Copy Issue: finds every comment with tkcopy <newrepo> phrase and copies the whole issue with all comments into new repo. It is useful if y

