TFS Work Item RSS Feed
Naren’s Blog - Work Item Tracking RSS Feed
"John wrote a RSS feed sample a while back and I am posting it for him here. This is simlar to version control feed Jeff posted at http://blogs.msdn.com/ jefflu/ archive/ 2005/ 09/ 23/ 473248.aspx .
A code comment excerpt from WorkItemRssFeed.aspx:
// This feed returns information about the most recent N new work items. See maxWorkItemCount
// below.
//
// Invoking this page without any parameters returns information about all Team
// Foundation work items up to the maximum count. If an ID is supplied,
// the most recent version of that work items is returned. if an alias
// is supplied we will return the most recent work items modified which are assigned to that user
// by adding ?assignedto=
//
// E.g.,
The file WorkItemRssSubscriptionGenerator.aspx shows available filter options and a nice UI to specify filters:
..."
Very nice. When I get back from vacation, the week after next (more on this in a later post), I want to setup and use this...
No comments:
Post a Comment