...
See Role Tag Parameters for details on the roleTagType
and roleTagAttribute
parameters.
Ownership
parameter maxTeamsPerMember, teamType
ownershipRoleDisplayName, limit, ownershipRole, roleTagType
title Should have 1 ${ownershipRoleDisplayName}.
...
Note: Ownership Role
references Job Title (jobTitle
) and the SPECIALIST Tag type Tag Type specified by the roleTagType
field (tagType
) for a person. If noroleTagType
field is provided, the Tag Type defaults to SPECIALIST
. If either match, it will be seen as meeting the principle. (uses Regex - more examples below)
Code Block | ||
---|---|---|
| ||
{
"type": "OWNERSHIP",
"args": {
"ownershipRoleDisplayName": "Product Owner",
"limit": 1,
"ownershipRole": "(.*product.*owner)"
"roleTagType": "TAG_TYPE_ID"
}
} |
Locality
parameter maxLocations
...