Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Include user parameter in a work item query

Tags:

tfs

tfs-query

I would like to create a work item query where the user is always asked to pass the value of the argument he wants.

For example:

Team project=  @Project
And Work Item Type = Bug
and State = ?

Then the user is asked for which state he wants to get the results.

Any ideas?

like image 769
PatriceVB Avatar asked Oct 09 '22 06:10

PatriceVB


1 Answers

Queries does not support parameters.

What you can do:

  • Use TFS Reporting
  • Export query to Excel
  • Use you own WIQL query
like image 92
KMoraz Avatar answered Oct 12 '22 12:10

KMoraz