Include user parameter in a work item query

5.6k Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

Queries does not support parameters.

What you can do: