...
Code Block |
---|
{
type: "DEMAND_ALLOCATION_RATIO",
args: {
fteThreshold: 0,
includeVacancies: false,
includedTags: [],
excludedTags: {
NON_PACE_ALLOCATION: [],
RESOURCEAVAILABILITY: [],
NON_PACE_ALLOCATION_DEFAULT: []
},
includedTeamTypes: [],
excludedTeamTypes: [
"Working With Agile"
],
maxAllocationRatio: 100,
minAllocationRatio: 90
}
} |
...