StatusManager Element
The name of the task status manager.
<StatusManager>
StringValue
</StatusManager>
Parent Elements
Occurrences
Minimum: 0 Maximum: 1 |
Text Value
A text value of type string is required.
Remarks
The status manager for a task can be a different person than the project manager. The status manager takes ownership of task assignments, and receives all status updates for those assignments.
Example
The following example uses the StatusManager element to indicate that Ioannis Xylaras is the status manager for the task.
<Task>
. . .
<StatusManager>Ioannis Xylaras</StatusManager>
. . .
</Task>