Display SystemLogs in Dashboard Widgets
![](http://jazz.net/_images/myphoto/9bb3226983bc123bd2b64bb82c763064.jpg)
https://jts.mycompany.net:9443/jts/service/com.ibm.team.repository.common.internal.IFeedService?category=SystemLog
https://ccm.mycompany.net:9443/ccm/service/com.ibm.team.repository.common.internal.IFeedService?category=SystemLog
https://rqm.mycompany.net:9443/rqm/service/com.ibm.team.repository.common.internal.IFeedService?category=SystemLog
I am able to get the jts one to work, but the others give and 302 status error message.
I originally got this information from here
Accepted answer
![](http://jazz.net/_images/myphoto/9bb3226983bc123bd2b64bb82c763064.jpg)
Yes, it can be done, if you know the trick. :-)
I suppose you are trying to add the News Feed widget to your personal dashboard, and chances are you have picked the widget from JTS. Right, there is a News Feed widget in every single CLM application. The trick is, you need to use the widget from the same application to serve the news feed, to avoid the HTTP 302 redirection. For example, if you want to display the feed https://ccm.mycompany.net:9443/ccm/service/com.ibm.team.repository.common.internal.IFeedService?category=SystemLog , you need to put it in the News Feed widget from CCM. Another thing you would like to do is change the title of the widget so that you know the news feed is from which application, when you have multiple News Feed widgets in the same dashboard.
I suppose you are trying to add the News Feed widget to your personal dashboard, and chances are you have picked the widget from JTS. Right, there is a News Feed widget in every single CLM application. The trick is, you need to use the widget from the same application to serve the news feed, to avoid the HTTP 302 redirection. For example, if you want to display the feed https://ccm.mycompany.net:9443/ccm/service/com.ibm.team.repository.common.internal.IFeedService?category=SystemLog , you need to put it in the News Feed widget from CCM. Another thing you would like to do is change the title of the widget so that you know the news feed is from which application, when you have multiple News Feed widgets in the same dashboard.