In TFS 2010 I have work items with linked changesets. I can generate a query that reports the work items I'm looking for. Now I want to do a query of Work Items and Direct Links that includes all the changesets linked to these work items. In the query editor I can't find any means to specify a changeset as the linked-to item. Are work-items the only output possible from a query?
相关问题
- React Native Inline style for multiple Text in sin
- Set BaseUrl of an existing Pdf Document
- Using relative links in Blogger
- Unknown space between links
- Excel VBA: How to autocreate hyperlink from cell v
相关文章
- How to get rid of border around and image used as
- Removing the href attribute
- How to create a hyperlink to a different Excel she
- HTML & CSS - put <link> tag outside of the &
- Is there a syntax for links with no text in Markdo
- Facebook Android: “Security Error: There are probl
- Excel VBA to make hyperlink for active cell
- What is a way to automate downloading a picture fr
If you do a Query and include external link count >0 this will actually give you all work items that have changesets associated with it.
An option is to use the TFS API like the following snippet.
I just attended the Webinar Improving Developer and Tester Collaboration where I posed my question. Instructor Ken Arneson of alpi.com confirmed that links to changesets are not reportable through Query Editor in TFS Team Explorer. To access links to changesets, other tools must be used to access the "Cube". I have more to learn.