WIQLQuery must contain TeamProject = @teamproject #2393
Closed
jeffpriz
announced in
Exceptions
Replies: 1 comment
-
ahh.. I am a doofus.. I had '@teamproject' with the quotes.. so that was my trouble |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am attempting to upgrade to the latest version of the tool from 15.2.
I ran the Upgrade on the config, (Thanks so much for that!)
I reconfigured the authentication section after that.
running the tool now errors with "The WIQLQuery must contain the condition '[System.TeamProject]' = @teamproject
Which is an understandable requirement.. however my query's FIRST condition is that. I have tried
[System.TeamProject] = '--my project name here --'
[System.TeamProject] = '@project'
[System.TeamProject] = '@teamproject'
all result in this error
Beta Was this translation helpful? Give feedback.
All reactions