What exactly are you trying to do? It seems that you are trying to issue a query from the client side (AJAX) to get a particular field from all work items (on the server or the client?), which does not sound like a good idea to me. Do you have any enumeration that meets the requirement in your design?
Suppose,I have a field called Title in a workitem of type, say, Story. I want to make sure that the user should not be allowed to create more than one Story with the same Title
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.
Comments
Donald Nong
Jun 18 '14, 10:06 p.m.What exactly are you trying to do? It seems that you are trying to issue a query from the client side (AJAX) to get a particular field from all work items (on the server or the client?), which does not sound like a good idea to me. Do you have any enumeration that meets the requirement in your design?
Lipi Das
Jun 19 '14, 2:19 a.m.Suppose,I have a field called Title in a workitem of type, say, Story. I want to make sure that the user should not be allowed to create more than one Story with the same Title