It's all about the answers!

Ask a question

Extract Iterations/Team Area data based on modified date time stamp using OSLC.


Rishi Sharma (6314) | asked May 02 '17, 6:23 a.m.

 Hi ,

How can we extract Iteration and Team Area data based on modified dates using OSLC/Rest API URls in RTC & RQM 6.0.2.

Thanks
Rishi


Comments
Gary Dang commented May 02 '17, 11:13 a.m.

@kszczech - can you help get SME to help answer this question?

One answer



permanent link
Matthias Buettgen (23612129) | answered May 03 '17, 5:50 a.m.

Hi,

for RTC something like this should work for iterations :

https://localhost:9443/ccm/rpt/repository/foundation?fields=iteration/iteration[modified > 2015-12-07T10:10:53.000-0500]/

and for Team Areas you could try this REST Query Link:

https://localhost:9443/ccm/rpt/repository/foundation?fields=teamArea/teamArea[modified > 2015-12-07T10:10:53.000-0500]/


I guess RQM is similar but I didn't try it so far.

Regards
Matthias

Your answer


Register or to post your answer.