col.xyz.allow.roles

Used in the context of a userlist column type - allows to limit the listed users to specific groups

Class

grid

Property

col.xyz.allow.roles

Formal specification

col.xyz.allow.roles = <roles> ( "," <roles> )*
rolename::= one of the roles as known to this instance

Required

no

Default

none

Version

1.16

Comment

  • the user list will be enmpty when rolename refers to an unexisting role

  • when multiple roles are listed, users belonging to any of these roles will be included

    col.xyz.allow.roles = administrators, developers

    All users belonging to both roles are included in the filter. 

Example



col.iassignee = Assignee col.iassignee.type = userlist col.iassignee.allow.groups = scrummasters col.iassignee.allow.roles = developers, administrators col.iassignee.required = true



Reference

 col.xyz.type = userlist
col.xyz.allow.groups