0

I use Team foundation 2012 and my application developed by C#. Can I show all tasks in TFS that closed with priority 1 in my application.

thanks in advance.

mehdi lotfi
  • 11,194
  • 18
  • 82
  • 128

1 Answers1

1

You can try to use Query class, specifically its constructor. Or WorkItemStore.Query.

Here is an example to do it. It basically accepts a query string that you use when querying the TFS using the client.

Btw, this is somewhat related to this question. Yours is for a specific query.

Community
  • 1
  • 1
aiapatag
  • 3,355
  • 20
  • 24