RTC Behavior on Archived User IDs
If User ID is to be set from active to archived, will the tool check on any open defects/test cases assigned to her? If yes, what will Rational Tool do if said User still have open defects/test cases -- will it still allow it to be set to archived? If Rational will allow, will Rational prompt or display a list of these defects and test cases and prompt User to assign it to an active user?
Accepted answer
If you archive a user, as far as I can tell, the user is just archived. It will not do anything to work items or other artifacts. It will also not prevent from archiving a user if there are objects owned by him.
You can use the Plain Java client Libraries to e.g. query all project areas and change the owner of work items to unassigned, if you so desire.
You can use the Plain Java client Libraries to e.g. query all project areas and change the owner of work items to unassigned, if you so desire.