You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self._workitems = self.tfs.get_workitems((i['target']['id'] for i in self.result['workItemRelations'])) fixes this, but of course, this should happen dynamically based on the query type.
tfs/tfs/resources.py
Line 160 in 465b83b
The above line fails if the query type is tree.
self._workitems = self.tfs.get_workitems((i['target']['id'] for i in self.result['workItemRelations']))
fixes this, but of course, this should happen dynamically based on the query type.Relevant API doc: https://www.visualstudio.com/en-us/docs/integrate/api/wit/wiql
The text was updated successfully, but these errors were encountered: