Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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

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

Reference

col.xyz.type = userlist

  • No labels