Query with complex boolean Expression from code?
How do you construct a query in code using the Client library classes ("api") that has a complex filter? That is, how do you construct an Expression that's a boolean combination of other Expressions?
For example (simple one), what's the code to construct and run a query to find all defects that have a Resolved Date after a particular date? |
One answer
Snippet of code that works for me; not sure if there is a better way:
My code:
Given my repository I find two work items. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.