How can I get the latest modified workitem from a particular project area?
I want to fetch the latest modified workitem of a project area , I did it fetching all workitems and then sorting workitems based on modified date in descending order, but this causes too much load on server ,also takes lot of time to fetch all workitems. So please provide me the solution for this. |
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
I would try to query for the work items modified after a day ago and then take the last.
Hello Ralph,
I shared the only Idea I could come up with, which is to use the RTC Query engine and limit the amount of data returned. If you want to limit the load on the CCM server, you could look into something similar using the data ware house / reporting.