The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Error when trying to add new option to "Select List (single choice)" custom field

Rafael da Silva Rodrigues
August 30, 2021

My customer is using JIRA Server 8.14 and I'm getting an error when trying to add new option to "Select List (single choice)" custom field. 

com.atlassian.jira.exception.DataAccessException: org.ofbiz.core.entity.GenericEntityException: while inserting: [GenericEntity:CustomFieldOption][customfieldconfig,11205][sequence,0][customfield,10903][parentoptionid,null][disabled,N][id,10618][value,Comercial] (SQL Exception while executing the following:INSERT INTO public.customfieldoption (ID, CUSTOMFIELD, CUSTOMFIELDCONFIG, PARENTOPTIONID, SEQUENCE, customvalue, optiontype, disabled) VALUES (?, ?, ?, ?, ?, ?, ?, ?) (ERROR: duplicate key value violates unique constraint "pk_customfieldoption"
      Detail: Key (id)=(10618) already exists.))
	at com.atlassian.jira.ofbiz.DefaultOfBizDelegator.createValue(DefaultOfBizDelegator.java:299) [classes/:?]
	at com.atlassian.jira.ofbiz.WrappingOfBizDelegator.createValue(WrappingOfBizDelegator.java:172) [classes/:?]
	at com.atlassian.jira.issue.customfields.manager.DefaultOptionsManager.createOptionInDb(DefaultOptionsManager.java:124) [classes/:?]
	at com.atlassian.jira.issue.customfields.manager.DefaultOptionsManager.createOption(DefaultOptionsManager.java:103) [classes/:?]
	at com.atlassian.jira.issue.customfields.manager.CachedOptionsManager.createOption(CachedOptionsManager.java:135) [classes/:?]
	at com.atlassian.jira.issue.customfields.option.OptionsImpl.addOption(OptionsImpl.java:95) [classes/:?]
	at com.atlassian.jira.web.action.admin.customfields.EditCustomFieldOptions.doAdd(EditCustomFieldOptions.java:171) [classes/:?]

On this link you can see the full log and a video of the error.

https://www.dropbox.com/sh/qass5oiscp86q4i/AABhH1SK-Xqh4do8mvggqYrVa?dl=0

 

 

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
Mirek
Community Champion
August 30, 2021
Rafael da Silva Rodrigues
August 31, 2021

Thank you very much @Mirek , it must be this issue! I'll try to fix it following the guideline!

Like Mirek likes this
Mirek
Community Champion
August 31, 2021

Your welcome. Hope that you would be able to fix it :)

Rafael da Silva Rodrigues
September 1, 2021

It's worked for me @Mirek ! Thanks again! 

Like Mirek likes this