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
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.