User Picker Always Says No Matches in JIRA 4.4
症状
JIRA is unable to find any user on trying to change project roles ( _Administration > Project Administration > Project Roles > People Tab). The user picker always says No Matches
原因
This is occurring because the tag jira.ajax.autocomplete.userpicker.limit has a small number than the amount of existing users in the instance.
ソリューション
Check how many users are present in the instance. The following SQL command could be helpful
For JIRA 4.4.x or later (this setting is not present after 5.x)
select count(*) from cwd_user
- As outlined in Advanced JIRA Configuration, open the file JIRA_HOME/
jira-config.properties
to change the related tag value. If it doesn't exist, please create a new one. - Set the related tag to a value greater than the number of existing users.
最終更新日: 2016 年 2 月 23 日
Powered by Confluence and Scroll Viewport.