Is it possible to clear the list of "Recent Work Items" or "Recent Plans"?
2 answers
Queries like "recently created" are all just basic queries that specify recent based on 12 hours in the past and the other query conditions.
What does "clear the list" mean? What does "by browser" mean?
What does "clear the list" mean? What does "by browser" mean?
Comments
Hi Ralph,
Sorry -- i had a bit of a "typo" -- I meant Recent Plans (not Recent Queries... I had tried searching in shared queries for these and I think it was still in my head :/).
So - yes -- the list the comes up from the Work Item or Plans menus in Web UI.
The information is stored in the browser data I think. Clear the history or maybe Alt+F5 might help. I don't think there is a built in erase button.
Hi Ralph,
It's persistent through browsers. Ie. Load a WI in Chrome -> the WI will show up in the list in Firefox.
If you search for "capability menu" here you will find the occasional discussion, mostly in this site's Wiki pages. I do recall finding a POST that one could use to affect the menu, but its use is limited. "view-history" may also provide some more clues when used in a search. For example
One can use a GET request like:
https://server:port/app/view-history?user=joe_user&type=com.ibm.rqm.web.ui.ActionBarEntry.Planning.RecentlyViewed
[ server:port/app should be substituted according to your target. ]
To see recently viewed things.
We have had 1 occasion where an entry on the recent work items for a user prevented the rest of the menu from loading. The solution was just to view more (different) items until the list rolled the entry out of the list.
One can use a GET request like:
https://server:port/app/view-history?user=joe_user&type=com.ibm.rqm.web.ui.ActionBarEntry.Planning.RecentlyViewed
[ server:port/app should be substituted according to your target. ]
To see recently viewed things.
We have had 1 occasion where an entry on the recent work items for a user prevented the rest of the menu from loading. The solution was just to view more (different) items until the list rolled the entry out of the list.