It's all about the answers!

Ask a question

Has anyone done a reset of User's view history ?


Kevin Ramer (4.5k6175196) | asked Feb 27 '15, 8:39 a.m.
Hi,
RQM 4.0.7; user has a recent test plan in the "Recently Viewed" that has a bad URL in the json [ having used the information in https://jazz.net/wiki/bin/view/Main/ViewHistory to retrieve ]

This is part of the view history for type=com.ibm.rqm.web.ui.ActionBarEntry.Planning.RecentlyViewed
   
	
{
	"application": "undefined\/application-about",
	"data": "",
	"iconUri": "https:\/\/rtc3srv1.:9443\/qm\/web\/com\/ibm\/asq\/common\/web\/ui\/internal\/images\/icons\/obj16\/qm_testplan16.gif",
	"label": "712: TSM SVT Server 7.1.1.2 Test Plan",
	"project": "_X8f86EJHEeOho4kve7fpoQ",
	"type": "com.ibm.rqm.web.ui.ActionBarEntry.Planning.RecentlyViewed",
	"uri": "https:\/\/rtc3srv1.:9443\/qm\/web\/console\/TSM Test RQM Project#action=com.ibm.rqm.planning.home.actionDispatcher&subAction=viewTestPlan&id=712"
},
{
	"application": "undefined\/application-about",
	"data": "",
	"iconUri": "https:\/\/rtc3srv1.:9443\/qm\/web\/com\/ibm\/asq\/common\/web\/ui\/internal\/images\/icons\/obj16\/qm_testplan16.gif",
	"label": "712: TSM SVT Server 7.1.1.2 Test Plan",
	"project": "_X8f86EJHEeOho4kve7fpoQ",
	"type": "com.ibm.rqm.web.ui.ActionBarEntry.Planning.RecentlyViewed",
	"uri": "https:\/\/rtc3srv1.:9443\/qm\/web\/console\/TSM Test RQM Project#action=com.ibm.rqm.planning.home.actionDispatcher&subAction=viewTestPlan"
},


Notice the absence of ?id=712 on the 2nd entry.   Unfortunately, this project has only 8 test plans so suggesting that the user view 10 or more to flush out the history isn't possible.   In the view history wiki it mentions adding to the history with a POST.  Has anyone had the opportunity to use a POST to make a particular view history again empty ?

A thought I have is posting an empty json...


One answer



permanent link
Paul Slauenwhite (8.4k12) | answered Mar 02 '15, 2:29 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
Kevin, this is an internal implementation detail.  The View History Service WIKI was (it's somewhat dated now) intended for development discussion.  Please open a PMR for IBM Support to investigate.

Your answer


Register or to post your answer.