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.
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER May 19 '20, 6:50 a.m.I would try to query for the work items modified after a day ago and then take the last.
Sunayana Modhave
May 19 '20, 7:13 a.m.Hello Ralph,
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER May 19 '20, 7:29 a.m.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.