youtrack-flock v1.0.0
YouTrack to Flock
This bot allows you to propagate Jabber notifications posted from YouTrack to Flock.
##Steps to configure
Create an XMPP account for the YouTrack bot account using any Jabber server. I used this, for example.
Go to YouTrack
Profile->General Settings->Hub Profile.Set the
Jabberfield to the newly account that you created in step 1. Click onVerifyand verify the Jabber account from YouTrack.Enable Jabber notifications from YouTrack admin settings.
Add the settings for username
jid, server hostnamehostandpasswordinconfig.jsfile.Create an Incoming Webhook for Flock as prescribed here and take a note of the webhook url.
Set the
incoming_webhook_urlfield inconfig.jsto match the webhook url created in the previous step.
Run
npm install
npm start
That's it! All your YouTrack notifications would be received on Flock.
10 years ago