You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.