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? |
Accepted answer
Isabel,
Take a look at this: https://github.com/ehues/slack-workitems Ralph Schoon selected this answer as the correct 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. |
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 |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
what messages do you want in the slack channel?
I want to get information related to the changes done on workitems. For example.. comments, status, filed against , etc.
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!!
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..