Versions Compared

Key

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

...

Code Block
languagejson
      {
          "type": "LINE_MANAGER_COUNT",
          "args": {
              "maxManagers": 5
          }
      }

Role Conformity (

...

TBD)

parameter requiredTags,

title Each team member should have a required set of tags.

Note: needs verifying by a dev /.(update this is only used by 1 customer so might not be something we use more broadly with a common set of needs(

Code Block
languagejson
      {
          "type": "ROLE_CONFORMITY",
          "args": {
              "requiredTags": [
                  "tag", "tag", "tag"
                ]
          }
      }

...