Is there any way to know a root parent using work item view in RTC?
- PLAN-A
- TASK-10
- TASK-11
-
DEFECT-11
I know you can see the hierarchy using a plan view, but you can not export data from a plan view, right? I would like to know the way to know a root parent using work item view or any other alternatives, if any.
One answer
This table shows how parts of Microsoft Project plans map to parts of RTC plans during export.
Rational Team Concert
|
Microsoft Project XML
|
---|---|
Plan name |
Project name |
The start date of the iteration of the plan. |
Project start date |
The end date of the iteration of the plan. |
Project finish date |
Work item with children |
Summary task |
Leaf work items |
Task |
Work item summary |
Task name |
Work item parent-child hierarchy |
Outline number or Outline level |
Work item description |
Task notes |
Work item estimate or corrected estimate, if set. |
Task Duration or Work |
If time spent less than estimate then the difference between time spent and estimate; else zero. |
Remaining Duration |
Time spent on the work item. |
Actual Work or Actual Duration |
The timestamp when the work item is first moved to a state part of the In progress state group. |
Actual start |
Time spent and estimate. |
If time spent is greater than or equal to estimate then PercentComplete is 100% else 0%. |
Constraint type |
Constraint type |
Constraint date |
Constraint date |
Due date of the work item |
Deadline |
Owner of the work item |
Information about the resource and task assignment |
Comments
Thank you for your response. Can you export any additional attributes like using this functionality, or customizing this functionality itself? For example, we add "actual start date" attribute on a TASK.
1 vote
Currently the MSP XML export only supports the ones listed. Also this feature does not allow customization to add more attributes to be exported.
Comments
Millard Ellingsworth
FORUM ADMINISTRATOR / JAZZ DEVELOPER Jul 23 '12, 8:06 p.m.Just to be clear, a work item is not a "child" of a plan. A work item appears on a plan because its Filed Against and Planned For attributes match the Team Area and Iteration configuration for the plan. Using your example, the "root" work item for the tree is Task-10.
You can export from a Plan (in an XML format compatible with Microsoft Project), though you can't do a normal work item export from a plan (the way you can with a query). But if you want to export all of the items that would appear on a plan, you can query on the correct Filed Against and Planned For attributes to get them all.
1 vote