How can I integrate RTC with Slack?
We are using RTC 6.0.1
We want to get RTC messages into an Slack channel.
How can I setup the integration?
We want to get RTC messages into an Slack channel.
How can I setup the integration?
Accepted answer
2 other answers
You'd probaly need to write an advisor or event handler, make sure it was last in chain, and send the events out to slack from there.
the email integration would require a user to be a subscriber to every project.
(altho the extension would too).
I haven't seen a system wide, any project, type extension, yet.
the email integration would require a user to be a subscriber to every project.
(altho the extension would too).
I haven't seen a system wide, any project, type extension, yet.
I´m not familiar with Slack, but if this website allows you to include a HTML snippet, you can display a RTC dashboard widget as HTML format (outside RTC), by exporting a widget as HTML.
https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.jazz.dashboard.doc/topics/t_export_widget.html&scope=null
https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.jazz.dashboard.doc/topics/t_export_widget.html&scope=null
Comments
sam detweiler
Feb 23 '16, 2:18 p.m.what messages do you want in the slack channel?
1 vote
Isabel Torres
JAZZ DEVELOPER Feb 23 '16, 5:03 p.m.I want to get information related to the changes done on workitems. For example.. comments, status, filed against , etc.
Isabel Torres
JAZZ DEVELOPER Feb 24 '16, 2:36 p.m.We have found this link about creating custom advisors.
If you have any other, please share it.
Also, please make your comment to be Answer, so I can set the question as answered.
Thank you very much Sam!!
sam detweiler
Feb 24 '16, 2:55 p.m.well, there is a whole workshop on extensions
https://jazz.net/library/article/1000
I have so many of these, I forget others haven't done one!.
the hardest part will be designing the content layout to be displayed in the slack channel.. (as you will have to do all that)
maybe 50 lines of code max..