How to query a work item based on a custom attribute?
![]()
How to query a work item based on a custom attribute? I'm trying the following code, but always getting null for queryableCustom in the code below.
IAuditableClient auditableClient = (IAuditableClient) teamRepository |
2 answers
![]() How to query a work item based on a custom attribute? I'm trying the following code, but always getting null for queryableCustom in the code below. I was able to resolve this problem. The above code works fine, the problem was that I was using wrong project area which did not have that custom attribute. |
![]()
How about the customization attribute, if the attribute type is "Enumeration List"?
|