Hi,
I’m trying to write a plugin and wanted to add configuration at plan level. So I derived a class from BaseBuildConfigurationAwarePlugin implementing MiscellaneousPlanConfigurationPlugin. Problem is that as far as I can see the TemplateRenderer is null inside of BaseBuildConfigurationAwarePlugin.
I use bamboo version 7.0.4.
I added
<dependency>
<groupId>com.atlassian.templaterenderer</groupId>
<artifactId>atlassian-template-renderer-api</artifactId>
<version>4.0.1</version>
<scope>provided</scope>
</dependency>
the my pom because I use also a configuration in admin site which only worked with this.
I nearly tried everything what came to my mind.
Does anybody knows why this templaterenderer is null?
Many thanks