Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

consist of between 1 and ${limit} ${ownershipRoleDisplayName}.

Note- : Ownership Role here references both the Job Title attribute and the SPECIALIST Tag value for a person- if either match, it will be seen as meeting the principle. (uses Regex -more examples below)

Code Block
            {
                "type": "OWNERSHIP",
                "args": {
                    "ownershipRoleDisplayName": "Product Owner",
                    "limit": 1,
                    "ownershipRole": "(.*product.*owner)"
                }

...

title Members geographically distributed should have at least <${goodOverlap} overlapped working hours.

Code Block

Parameter syntax

Many arguments use Regex. For example "role": "(.*product.*(owner|manager))" will match either product manager or product owner (or varations containing these words e.g. senior product manager, App product owner…etc). "role": "(.*agil.*coach)" will match agility coach, agile methodology coach..etc.

Bulk assigning principles to teams

...