Create JIRA [8.2.4] custom field plugin module - SDK: 8.0.16

sprawka_d July 14, 2022

Hello.

For two days I have been trying to solve the problem with my plugin. Unfortunately, no results.

After creating the plugin according to the tutorials (https://developer.atlassian.com/server/jira/platform/creating-a-custom-field-in-jira/
https://developer.atlassian.com/server/framework/atlassian-sdk/set-up-the-atlassian-plugin-sdk-and-build-a-project/
https://bitbucket.org/atlassian/atlassian-spring-scanner/src/master/) and running it on JIRA, I get an error:
io.atlassian.util.concurrent.LazyReference$InitializationException: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'pl.jira.project.customfields.messageResponseField': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.atlassian.jira.issue.customfields.persistence.CustomFieldValuePersister' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@com.atlassian.plugin.spring.scanner.annotation.imports.ComponentImport(value=)}

Link to full error text:
https://pastebin.com/ZYzQqBj1

Java class:
https://pastebin.com/NSM4mhsj

Project tree from src:
https://pastebin.com/TAxtSyFf




I would be very grateful for your help.

1 answer

0 votes
Barney Dalton October 31, 2023

I have the same issue, did you ever get an answer to this?

Suggest an answer

Log in or Sign up to answer