StatusManager Element
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
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>