I use the User Picker From Project Role plugin. This plugin occurs some trouble.
[Trouble]
1. I create the custom field "test" as "User Picker From Project".
2. I add our custom field configuration it.
3. I browse the configure page about "test" .
4. I click the "Edit Selected role" link.
5. Displaying Error.
I think I need to edit selected role to use this plugin but I can't do it. Additionaly, I have error on "Create Issue" page because I have not setting about selected role. If you know workaround this error, tell me it.
I attached the screen shots and error log. Please, check it.
(error.txt)
Have you solved this problem ? I have the same problem on our jira and we also don't have a username null in the database.
BR Elke
Seems to be failing to find the field config scheme in the database. I've never seen this one before...
Can you try it again, maybe in a different instance? Perhaps there is something else wrong with this instance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jamie,
Thank you for your comment. I tried to another instance but I couldn't find NULL username user. I use Crowd database as JIRA user directory.
mysql> select count(*) from cwd_user where user_name is NULL; +----------+ | count(*) | +----------+ | 0 | +----------+ 1 row in set (0.00 sec) mysql> select count(*) from cwd_user where user_name = "takahiro.tokunaga"; +----------+ | count(*) | +----------+ | 1 | +----------+ 1 row in set (0.01 sec)
Please, check this. There is my account "takahiro.tokunaga" in this table but I couldn't find NULL username user.
If I made mistake, tell me about it.
Thanks,
Tarr
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't think you should have user with username null... can you delete that one from the db?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You have some users with null usernames in the database?
Check this!
Hope it helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Daniel
Thank you for your advice. I tried to find who has NULL in username but there is nobody.
mysql> select count(*) from cwd_user where user_name is NULL; +----------+ | count(*) | +----------+ | 0 | +----------+ 1 row in set (0.01 sec)
The reason why there are different from my command and your refference page is that JIRA database table had changed from JIRA 4.3.
Thanks,
Tarr
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.