The project import fails in between with the below exception.
2018-11-14 14:29:44,132 JiraTaskExectionThread-21 ERROR bharsingh@contractor.ea.com 868x9401x1 1pdxbwz 10.12.3.181 /secure/admin/ProjectImportSummary.jspa [c.o.jira.customfields.ChecklistParametersManager] Could not deserialize parameters from JSON format
org.codehaus.jackson.map.exc.UnrecognizedPropertyException: Unrecognized field "allCanComplete" (Class com.okapya.jira.customfields.ChecklistParameters), not marked as ignorable
at [Source: java.io.StringReader@fcd31a9; line: 1, column: 151] (through reference chain: com.okapya.jira.customfields.ChecklistParameters["allCanComplete"])
at org.codehaus.jackson.map.exc.UnrecognizedPropertyException.from(UnrecognizedPropertyException.java:53)
at org.codehaus.jackson.map.deser.StdDeserializationContext.unknownFieldException(StdDeserializationContext.java:267)
at org.codehaus.jackson.map.deser.std.StdDeserializer.reportUnknownProperty(StdDeserializer.java:649)
at org.codehaus.jackson.map.deser.std.StdDeserializer.handleUnknownProperty(StdDeserializer.java:635)
at org.codehaus.jackson.map.deser.BeanDeserializer.handleUnknownProperty(BeanDeserializer.java:1355)
at org.codehaus.jackson.map.deser.BeanDeserializer.deserializeFromObject(BeanDeserializer.java:717)
at org.codehaus.jackson.map.deser.BeanDeserializer.deserialize(BeanDeserializer.java:580)
at org.codehaus.jackson.map.ObjectMapper._readMapAndClose(ObjectMapper.java:2723)
at org.codehaus.jackson.map.ObjectMapper.readValue(ObjectMapper.java:1854)
at com.okapya.jira.customfields.ChecklistParametersManager.deserializeParametersFromJson(ChecklistParametersManager.java:70)
at com.okapya.jira.customfields.ChecklistParametersManager.retrieve(ChecklistParametersManager.java:48)
at com.okapya.jira.customfields.ChecklistCFType.getInitializedOptionItems(ChecklistCFType.java:133)
at com.okapya.jira.customfields.ChecklistCFType.getDefaultValue(ChecklistCFType.java:116)
at com.okapya.jira.customfields.ChecklistCFType.getValueFromIssue(ChecklistCFType.java:328)
at com.okapya.jira.customfields.ChecklistCFType.getValueFromIssue(ChecklistCFType.java:52)
at com.atlassian.jira.issue.fields.ImmutableCustomField.getValue(ImmutableCustomField.java:350)
at com.okapya.jira.customfields.indexers.ChecklistIndexer.addDocumentFields(ChecklistIndexer.java:41)
During import, Jira was not able to read value from this plugin which fail the import because too many error. The following error message triggered for every issue suggest all issues being imported associated with allCanComplete field however there is no feild as "allCanComplete" in our source project.
Both Source and target instance have same version of Checklist. (Checklist v3.1.13). Could you please help as it is blocking us atm.
Could you give more details about the error? What it is saying? Is there a stack trace?
I think it is wrong add-on. We don’t have CheckList CF. We have CheckBox CF. Package name in the stacktrace is also belongs to another add-on. Our add-ons use com.deniz.jira not com.okapya.jira.
Sorry about that, You are right, this is a different addon. Please close this
wrong issue, closing it.