문제

I have a team foundation server and on it there are two projects, named GD and DS.

Now I'd like to create a query which list all the unfinished job of one project, either GD or DS.

The current filter is: Team Project = @Project I don't know what @Project means but I found the result lists all items from 2 project. I changed like Team Project = GD but it doesn't work.

So how should I use the filter?

도움이 되었습니까?

해결책

@Project means the currently selected team project in "Team Explorer". You can put in the name of your Team Project in place of @Project and the query will restrict the results to Work Items under that Team Project.

If you are not getting the results you expect, try removing the criteria (even the Team Project filter) and including Team Project as a column in your results.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top