I design custom field and I have some problems.
On configure custom field page I have error while rendering default value:
And logs says only
[INFO] [talledLocalContainer] 2017-12-11 13:36:18,642 http-nio-2990-exec-1
WARN admin 816x15671x1 1h3fidh 10.16.33.34 /secure/admin/ConfigureCustomField!default.jspa
[c.atlassian.ozymandias.SafePluginPointAccess]
Unable to run plugin code because of 'java.lang.NullPointerException - null'.
I don't need any default value for this field. Can I remove this parameter or make correct render?
Hi Andrey,
Which version of Jira do you have? The problem you are encountering looks very similar to the one described in this ticket:
https://jira.atlassian.com/browse/JSWSERVER-11849
And apparently it has been fixed in 7.4.1
I use 7.2.2
Is there any workaround if I can not use 7.4.1?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If this field does have a default value, and as you have said you don't need it, you can try removing it by directly modifying DB record. Make sure you do a backup of your DB before you make any modifications to it.
Another solution might be simply deleting this field and making a new one, provided of course that you can afford deleting it and that this behaviour only manifests for this very field and not all other fields of this type.
Also keep in mind that if the behaviour you are encountering is indeed the one described in the bug ticket I mentioned then according to that ticket: "This issue is a JIRA UI problem in the Field Configuration only. It indicates that JIRA cannot display the Default Value of the field, it does not affect your boards or prevent issues from being shown." In other words you can simply ignore this error as it is only shown on the field config screen and doesn't really affect your boards, filters etc. To confirm that the behavior you are encountering is the bug reported in the ticket I would suggest contacting Atlassian Support.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you, Ivan!
Now I just ingore this error.
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.