...
Code Block | ||
---|---|---|
| ||
{ "type": "ROLE_DIVERSITY", "args": { "requiredRoles": [ { "role": "Product Owner", "minCount": 1 }, { "role": "Devops Engineer", "minCount": 1 }, { "role": "UX/Designer", "minCount": 1 }, { "role": "Senior Software Engineer", "minCount": 1 }, { "role": "Software Engineer", "minCount": 3 } ] } } |
parameter roleTagType,
Note: roleTagType
references tag type for the requiredRoles
. This defaults to SPECIALIST
.
Total Role Diversity
parameter requiredRoles
...