|
Hello,
Is there a way to add a custom parameter to a query so it will be prompted to the user when he/she double-click the query to open it.
To give you more details, we are looking for creating a query that will accept a list of work item IDs and return all the issues that matches these IDs.
A convenient way will be for us to specify this kind of condition when building the query:
...
And ID In @myIDList
...
We tried that, but it seems to be not supported.
Thanks for your help,
Gaetano.
|