col.xyz.formatUser

Set the format of options of the userlist column

Class

Column

Property

col.xyz.formatUser

Formal specification

col.xyz.formatUser = (<pattern>)(<pattern>)*
<pattern> = {username} | {fullname} | {email} | <arbitrary text>

Required

no

Default

{fullname}

Version

1.20.0

Comment

Property allows to change format of options of the userlist column. Supported placeholders are:

  • {username} - username of the user. The one that is used to log into JIRA

  • {fullname} - full name of the user. It is used by default

  • {email} - email of the user

Example



col.iassignee=Assignee col.iassignee.type=userlist col.iassignee.formatUser={fullname}({email})

Reference

col.xyz.type = userlist
col.xyz.formatnumber
col.xyz.formatDate