Question on Feeds
![](http://jazz.net/_images/myphoto/bb297e6098adce20d2bfe56ca16c62da.jpg)
2 answers
![](http://jazz.net/_images/myphoto/bb297e6098adce20d2bfe56ca16c62da.jpg)
1. Go into Team Artifact View in eclipse client.
2. Right click the query you would like to add feeds to.
3. There should be an option to select "New Query Feed Subscription.
As for question 2.
The dashboard is not exposing the feeds URL for all feeds unfortunately. However, the "My work item change" feed has the form:
{server-URL}/service/com.ibm.team.repository.common.internal.IFeedService?itemType=WorkItem&user=${current_user}
Where ${current_user} is your user ID
![](http://jazz.net/_images/myphoto/bb297e6098adce20d2bfe56ca16c62da.jpg)
Comments
![](http://jazz.net/_images/myphoto/bb297e6098adce20d2bfe56ca16c62da.jpg)
I have users who don't spend all day in eclipse and don't use the web client (nor would they keep it open constantly), but there are other active-pinging resources they would use (e.g. RSS feeds in outlook 2010/Feeds in IE) that would keep users updated based on feeds.
![](http://jazz.net/_images/myphoto/10811ad7d305c5ac04b756ea4f34fab8.jpg)
Here is my best effort answer to this questions:
-
Right click the new feed you would like to move to outlook and select "Copy Feed URL."
-
Paste the URL into a browser, this bring you to a page that you can subscribe to new feeds.
-
Select the Choose Applications on the Subscribe feeds menu.
-
Choose the Outlook 2010 that you wish to add feeds to.
-
Select Subscribe Now.
Let me know if this answers the question
![](http://jazz.net/_images/myphoto/bb297e6098adce20d2bfe56ca16c62da.jpg)
I followed this link to setup BASIC auth: https://jazz.net/library/article/75
IN RTC Eclipse client, I right click on a a feed in "Feeds" section and select “Copy Feed URL”. Then pasted it into notepad:
https://server.abc.com:9443/ccm/service/com.ibm.team.repository.common.internal.IFeedService?provider=query&user=fname_lname&query=_dRrzIAIXEeKQhbDv3_12Rw
Then I change it as below:
http://server.abc.com:9080/ccm/events?provider=query&user=fname_lname&query=_dRrzIAIXEeKQhbDv3_12Rw
I paste the above url into a browser and press enter.
The browser changes the url back to https and 9443 as below:
https://server.abc.com:9443/ccm/events?provider=query&user=fname_lname&query=_dRrzIAIXEeKQhbDv3_12Rw
Why is it?