How to modify the Team Area attribute of a work item.
Accepted answer
2 other answers
I would suggest looking at https://jazz.net/library/article/589 to better understand how things are related in RTC
Comments
Just a short extract :)
CategoriesTo allow users to assign a work item to a team, the project area provides categories. A category is basically a human readable text. Each category is associated to a project or team area. It is possible to have multiple categories assigned to a team area. This can help with planning, work balance and reporting. For example it is possible to create a category "MyProduct" with subcategories "Core", "User Interface" assigned to one team. These are also typical categories. |
A work item is assigned to a team area based on:
- the Category assigned to the FiledAgainst property of the work item,
- the timeline of the iteration selected by the PlannedFor property of the work item, and
- the Category mappings defined in the Work Item Categories page of the project area of the work item.
So to assign the work item to Team B, you would need to set the FiledAgainst property of the work item to be a category that is mapped by the project area to Team B for the timeline of the PlannedFor iteration of the work item.
- the Category assigned to the FiledAgainst property of the work item,
- the timeline of the iteration selected by the PlannedFor property of the work item, and
- the Category mappings defined in the Work Item Categories page of the project area of the work item.
So to assign the work item to Team B, you would need to set the FiledAgainst property of the work item to be a category that is mapped by the project area to Team B for the timeline of the PlannedFor iteration of the work item.
Comments
Takehiko Amano
JAZZ DEVELOPER Aug 22 '13, 11:58 p.m.Do you belong to both team area A and B ?
He Huang
Aug 23 '13, 1:42 a.m.Yes, I belong to both.