Does RTC provide query creation/modification history?
3 answers
Nothing in the gui, but
https://servername:9443/ccm/oslc/queries/<query_identifier>
where query_identifier is the id parameter in the URL when you run the query, will show you the modified date and who modified the query.
https://servername:9443/ccm/oslc/queries/<query_identifier>
where query_identifier is the id parameter in the URL when you run the query, will show you the modified date and who modified the query.
For example, the "Closed Subscribed by Me" query on jazz.net is
https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.runSavedQuery&id=_rWh34J33EdybLpKiYLuCeg
You would take the "id" parameter value to end up with
https://jazz.net/jazz/oslc/queries/_rWh34J33EdybLpKiYLuCeg
https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.runSavedQuery&id=_rWh34J33EdybLpKiYLuCeg
You would take the "id" parameter value to end up with
https://jazz.net/jazz/oslc/queries/_rWh34J33EdybLpKiYLuCeg
Brian,
https://servername:9443/ccm/oslc/queries/<query_identifier>;
This would give only the last user who modified it. It won't give the history or all the users who modified.
https://servername:9443/ccm/oslc/queries/<query_identifier>;
This would give only the last user who modified it. It won't give the history or all the users who modified.
Comments
Yaron Norani
Oct 07 '13, 2:47 a.m.Hi @dyand,
I am facing the same issue.
Have you find a way to perform it?
Thanks,
Yaron