I would like to know the size limit for the following field types in JIRA. I searched in Atlassian document and could not find the same and hence seek your support on the same. Select ListText FieldNumber FieldScripted FieldSelect List(cascading)Select List(multiple choices)Select List(Single choice)Text Field(multi-line)Text Field(read only)Text Field(single line)URL FieldUser Picker(multiple users)User Picker(single user)Version Picker(multiple versions)Version Picker(single version)Color of EpicLabelsProject Picker (single project)Global RankJIRA Released Version HistoryRemote System ReferenceRemote Object LinkMulti Remote Object Link
Regards,
Neha
If you look into the fieldtype-xxx.xml in your WEB-INF/classes, you'll be able to make a good guesstimate for those values.
Text fields are normally 255, 60 or 10
Numbers are normally 18,6 or 18,2
There is also java.sql.Date and java.sql.Time
It looks like you're new here. Sign in or register to get started.