col.xyz.type = userlist

This column type provides a dropdown listing JIRA users. This type has additional properties allowing to filter the users

 

Class

columnType

Property

col.xyz.type = userlist

Formal specification

col.xyz.type = userlist

Required

no

Default



Version

1.16

Comment

  • The field provides a drop down of all the users or a filtered list if col.xyz.allow.groups or col.xyz.allow.roles is used

  • the column value will not change if the corresponding user field is updated

  • col.xyz.allow.groups and col.xyz.allow.roles settings are and'ed. When both filters are specified, only users matching both filters are selected.
    For instance

      col.assignee.allow.groups = scrummasters col.assigne.allow.roles = developers

    will select all users which are in the group scrummasters AND have the role of a developer in the project

  • There are 2 attributes added to the grid table when using for instance col.assignee.type = userlist

    • assignee - containing the userkey

    • assignee_name - containing the displayname of the user.

  • All other properties for dynamic list apply such as col.xyz.autocomplete 

Example



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



Reference

col.xyz.allow.groups 
col.xyz.allow.roles 
col.xyz.allow.disabled
col.xyz.formatUser

Â