Is it possible to clear the list of "Recent Work Items" or "Recent Plans"?
![]()
The list of Recent Queries in the Web UI is by user, and not by browser.
Is there any easy way in RTC to clear this list? Thanks, Melissa |
2 answers
![]()
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. |
![]()
Ralph Schoon (62.7k●3●36●43)
| answered Oct 30 '15, 3:47 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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? Comments Hi Ralph,
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.
|