Versions Compared

Key

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

...

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
            }
          }

...