I'm converting my Confluence Plugin to Atlassian Spring Scanner 2.1.7. It compiles but I'm getting the following error at runtime: Caused by: org.springframework.beans.factory.NoSuchBea...
In our Team we develop Jira Plugins for our companies Jira server. We explored using OSGi to share Components between two Plugins. For that we have to use the Atlassian Scanner 2, specified in the p...
Hi there, I get the following error while I run my plugin. Not sure what is causing the issue. Looking for some help. I tried atlas-clean also. error log ****************************************...
Hi. I try to build plugin with custom web-panel and context-provider using PluginSettingsFactory SettingsStoreService.class @Component public class SettingsStorageService { @Autowired ...
I am following hello world tutorial and getting below error on my very first compile. [ERROR] Found a type [com.atlassian.plugin.spring.scanner.annotation.imports.StashImport] annotated as a co...
Hi, I have a really weird bug on my hands. I have internal component and I can successfully inject it into other components. However if I try to inject it into web action constructor (extended ...
Hello, When I start JIRA from the SDK, I notice my plugin is not enabled under Manage Add-Ons. Upon clicking Enable, I receive the following message: "This add-on failed to enable. Refer to...
Error stack : Caused by: com.atlassian.plugin.web.conditions.ConditionLoadingException: Could not load 'com.atlassian.jira.plugin.webfragment.conditions.JiraGlobalPermissionCondition' in plugi...
Copied to clipboard