Post

1 follower Follow
0
Avatar

All RegularResourceLinks for a Project

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

Ekin Caglar Answered

Please sign in to leave a comment.

1 comment

0
Avatar

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". :)

Ekin Caglar 0 votes
Comment actions Permalink