I tried with
WorkItem IN (SELECT ID FROM WorkItem WHERE Project = '{0}')
and it works. So I guess the answer to the above question is "No". :)
Comment actions
I'd like to get all of the RegularResourceLinks for a Project.
I tried to query RegularResourceLink with the condition WorkItem.Project = '/Project/etcetc' but this returns the following error:
Invalid Query: Invalid input found: 'WorkItem.Project' (1:1) (Reference Id: 3e5s6XPc32PnTezT9wwqtT)
Doesn't nested conditions work like this?
E
Please sign in to leave a comment.
I tried with
WorkItem IN (SELECT ID FROM WorkItem WHERE Project = '{0}')
and it works. So I guess the answer to the above question is "No". :)