dojo script help
can anyone please help me with a dojo script to query all the values present in a custom field in all workitems ?
Thanks
Lipi
|
Be the first one to answer this question!
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
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