col.xyz.allow.groups

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

Class

grid

Property

col.xyz.allow.groups

Formal specification

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

Required

no

Default

none

Version

1.16

Comment

  • the user list will be enmpty when groupname refers to an unexisting group

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

    col.xyz.allow.groups = scrummasters, product_managers

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

Example



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



Reference

 col.xyz.type = userlist
col.xyz.allow.roles