Versions Compared

Key

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

...

Code Block
languagejson
    {
        "type": "ROLE_SPREAD",
        "args": {
            "role": "(.*product.*owner)",
            "roleDisplayName": "Product Owner",
            "limit": 1,
            "teamTypeDisplayName": "Agile Team",
            "teamType": "(group|team)"
        }
    }

Also supports signal overrides.

See Role Tag Parameters for details on the roleTagType and roleTagAttribute parameters.

...

Code Block
languagejson
    {
        "type": "ROLE_COUNT",
        "args": {
            "role": "(.*product.*owner)",
            "roleDisplayName": "Product Owner",
            "min": 1,
            "max": 10,
            "teamTypeDisplayName": "Agile Team",
            "teamType": "(group|team)"
        }
    }

Also supports signal overrides.

See Role Tag Parameters for details on the roleTagType and roleTagAttribute parameters.

...

In the above, if there are any values for the country field where less than 8 or more than 10 people have a matching value the principle evaluation fails.

Also supports signal overrides.

See Role Tag Parameters for details on the roleTagType and roleTagAttribute parameters.

Demand Allocation Ratio

parameter minAllocationRatio,maxAllocationRatio,includedTags,excludedTags,fteThreshold,includeVacancies

title <%- actualAllocationRatio %>%</strong> members are allocated to demand structure.

Code Block
{
            type: "DEMAND_ALLOCATION_RATIO",
            args: {
              fteThreshold: 0,
              includeVacancies: false,
              includedTags: [],
              excludedTags: {
                NON_PACE_ALLOCATION: [],
                RESOURCEAVAILABILITY: [],
                NON_PACE_ALLOCATION_DEFAULT: []
              },
              maxAllocationRatio: 100,
              minAllocationRatio: 90
            }
          }

Line Manager Count

parameter maxManagers

...