<< macro << | Table Of Contents | >> mandatory >> |
Keyword | managers List Attribute |
Purpose | Defines one or more resources to be the manager who is responsible for this resource. Managers must be leaf resources. This attribute does not impact the scheduling. It can only be used for documentation purposes. You must only specify direct managers here. Do not list higher level managers here. If necessary, use the purge attribute to clear inherited managers. For most use cases, there should be only one manager. But TaskJuggler is not limited to just one manager. Dotted reporting lines can be captured as well as long as the managers are not reporting to each other. |
|
Syntax | managers <resource> [, <resource>...] |
|
Arguments | resource [ID] | The ID of a defined resource |
Context | resource, supplement (resource) | |
See also | statussheet |
project "test" 2010-04-03 +1w { timezone "America/Denver" } resource "The Company" { resource ceo "Big Boss" managers ceo resource "R&D Team" { resource vpe "VP Engineering" purge managers managers vpe resource "The Hacker" resource "Doc Writer" } resource "F&A Team" { resource coo "Chief Operating Officer" purge managers managers coo resource "HR Lady" resource "Accountant" } } task "T" resourcereport "Managers" { formats html columns name, directreports, reports }
<< macro << | Table Of Contents | >> mandatory >> |