Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
borderColorblack
bgColorlightgrey
Excerpt

The col.xyz.type = userlist allows to list all users in a dropdown. The normal behaviour is to list only the active users. This property allows to modify to include the disabled users.

Class

grid

Property

col.xyz.allow.disabled

Formal specification

col.xyz.allow.disabled = true | false

Required

no

Default

none

Version

1.17

Comment


Example


Code Block
col.assignee = Assignee
col.assignee.type = userlist
col.assignee.allow.groups = jira-developers
col.assignee.allow.disabled = true


Reference

col.xyz.type = userlist