How can I inject/autowire CustomFieldManager with SpringBoot?

D. U. February 3, 2018

I always get an exception 

No qualifying bean of type 'com.atlassian.jira.issue.CustomFieldManager' available... 

when trying to annotate a customFieldManager property in my service within a SpringBoot application. The same happens when I try using the ComponentAccessor.

How can I solve this problem?

0 answers

Suggest an answer

Log in or Sign up to answer