how to get deleted workitems using RTC Java API
![]()
I want to get list of workitems that are deleted from a project using java API.
Can anyone please share code for same?
|
2 answers
![]()
According to this thread try using following steps:
Comments Above code is to delete a workitem in RTC. I don't want to delete workitem instead I want to get the ones that are deleted. |
![]()
Geoffrey Clemm (30.1k●3●30●35)
| answered Aug 28 '15, 11:30 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
My understanding is that deleted work items are really deleted (which is why ADMIN privileges are required to delete them). Once deleted, they no longer exist in the database, and would have to be retrieved from a backup made of the database before the deletion occurred.
Comments Is there no concept in RTC like recycle bin that we have in HP Quality Center? If a particular item is deleted, it moves from current location to recycle bin. ![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
As far as I am aware if they are deleted, they are gone. That is why you usually don't delete work items, but close them to be able to filter them away.
|