...est/api/2/{myTicket}/attachments The headers i send are these: I used SpringBoot and feignClient and the error it is giving is: Error statys: 500 Message: the request was r...
Previously Our service is implemented on spring boot 2.7.1 and we are able to send alerts to opsgenie when services are UP/DOWN. Now, we migrated our service it to version 3.2.5 and a...
We want to integrate Crowd with Spring Security We are using JDK 17 with Spring 6.0. Is Crowd supported with Spring 6.0? Kind regards, Hes Siemelink
...tlassian spring scanner can't find the PageBuilderService class to import it. I'm new to Confluence plugin development so I don't know if this is a spring scanner problem or the class is deprecated. I...
....ActiveObjects' for constructor 'public com.mot.jira.approvals.service.ReminderNotificationService(com.atlassian.activeobjects.external.ActiveObjects)' from org.picocontainer.DefaultPicoContainer@76175521:1...
Time in Status app simplifies the process of generating reports illustrating the duration an issue has remained in each status for specific assignees, teams, or projects. When mapping out a workflow,...
Hi folks, I'm struggling with making a pipeline to AWS Beanstalk using Spring Boot. I'm using Gradle for build the artifact, and it works well in my local system. Here's my pipeline yaml s...
...oading up.After less than 20 seconds it crashed, giving me some sort of Spring error as seen below: I checked the terminal and it said this: (full log from start to end)
Today, I find that "spring2shell" volnerabilities in https://www.lunasec.io/docs/blog/spring-rce-vulnerabilities/ . Does anyone know that this volnerabilities affect Atlassian products such l...
Hi, I've started a plugin development from scratch and used atlas-create-jira-plugin command via the Atlassian sdk. I've chosen Spring Java Configuration as a main way to import c...
Hello, I am getting started with plugin development for Jira Cloud (Jira Software). I have followed closely the steps described in the following tutorial: Getting started (atlassian.com...
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...
Hi everyone, I’m a new to the jira app development and I tried to create a basic application using the official support spring framework. I used the following sample application from the official b...
...onfluence/ . I've run into many many issues along the way. Now I am wondering how I would component import with the spring scanner. I've read about the spring scanner stuff but I am still unsure if I a...
I have created custom field using atlas-create-jira-plugin-module command but Jira SDK is unable to load custom field classes. My plugin is unable to start. Same code worked in Spring S...
...t;/scope> </dependency> <dependency> <groupId>com.atlassian.plugin</groupId> <artifactId>atlassian-spring-scanner-a...
....stash.plugin, com.isroot.stash.plugin.jira</Import-Package> However that plugin declares its spring components as follows: <component key="jiraService" class="com.isroot.stash...
See the error message below. We tried the suggestions we could find online, but it didn't solve the problem. 2019-05-02 10:54:38,874 INFO [spring-startup] c.a.s.internal.home.HomeLockAcquirer S...
Hi, We have been running Confluence for around three years now. However last night it went down with the following error message: HTTP Status 500 - java.lang.IllegalStateException: Spring A...
...elow constructor. Example: FirstClass firstClass; @Inject public SecondClass(FirstClass firstClass){ this.firstClass = firstClass; } Everything works. But… If I try also parallel inject f...
During security scanning of our environment following Vulnerability found in Jira Data Center version 7.10.12. During brief search on internet found that this is related to Spring Data Rest L...
Is is possible to create prototype scoped component in JIRA plugin? My intention is to create a different object on each dependency injection. Spring prototype scope seems to be intended f...
...lugin:2.0.1.BUILD-SNAPSHOT. > Unable to load Maven meta-data from https://repo.spring.io/snapshot/org/springframework/boot/spring-boot-gradle-plugin/2.0.1.BUILD-SNAPSHOT/maven-metadata.xml. > C...
Hi, I am new to plugin development for Atlassian products. Currently i am writing a plugin for Confluence. Though i know the basics of plugin development i have facing issues while trying to use spring...
How to define a spring bean as jira spring component module in atlassian-plugins.xml file For example, how can i convert this spring bean in spring-beans.xml to jira component <bean id="t...
Copied to clipboard