RTC: Can you rename teams in Team Area Hierarchy (what are side effects)
I have an RTC project with a "Team Area Hierarchy" defined (10 teams in the hierarchy).
One answer
- RTC Plugins written in Java are deployed with RTC Teams hard coded values.
-
Filed against values are taken from categories which are mapped with teams. If you have any doubt just double check categories mapping by going to manage this project area --> categories.
- Data-ware house will be synced as per team name changes.
Comments
Side comment: RTC plugins written in Java ideally should never try to find a Team Area from it's name, they should instead be referencing the itemID (UUID). From there you can generate an ITeamAreaHandle and fetch the full ITeamArea.
1 vote
Right, the team area name is only for us humans, internally the tool uses ID's and there should be no impact if the name is changed, other than the new name should show up in all the places.
The mapping between categories and teams is done via the ID of the category and team, and would be unaffected by renaming the category or the team.
And if you want the team names to match the category names, you would have to rename the categories (the teams and categories will remain linked).