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
![image](https://private-user-images.githubusercontent.com/10476939/370313317-043c7796-6aa3-47bc-81b0-bb68b5db79ba.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxOTg2MTAsIm5iZiI6MTczOTE5ODMxMCwicGF0aCI6Ii8xMDQ3NjkzOS8zNzAzMTMzMTctMDQzYzc3OTYtNmFhMy00N2JjLTgxYjAtYmI2OGI1ZGI3OWJhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDE0MzgzMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTlmMDJkODQzMmRmZjEwMDJhMzA2YTU2N2JiY2YxM2I0NWUxMTg0ZGI2NWJkM2JjYTQwOGI5MTgxZmJmMmVmMGUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.6DbP_WEG7JFjFIdOC_Rs7pB-WAlCoQfkkQcBelf3gX4)
Beta Was this translation helpful? Give feedback.
All reactions