No qualifying bean of type 'com.atlassian.confluence.user.UserAccessor'...
I am developing a Confluence Server plugin and I keep getting this error whenever I access my servlet module.com.atlassian.util.concurrent.LazyReference$InitializationException:...
View ArticleConfluence macro multi-line parameter input
I am trying to modify the open-source mermaid plugin such that the code insertion is done in the configuration dialog. However, I've found that the parameter input field only allows single line input....
View ArticleHibernate in Bitbucket plugin
Is there a way to use Eclipselink JPA inside a BitBucket plugin and connect to the BitBucket Database? I'm trying to connect to the BitBucket database using EclipseLink and retrieve the users. I...
View ArticleProblem to find the right JIRA Java SDK version
[1] I am having a hard time finding the right JIRA SDK version. I want this StatusCategory class, but I do not find the right jar file containing...
View ArticleCalendar in JIRA
I am searching for a plugin/addon in JIRA Atlassian, where I can put a monthly status of my work as shown in the attached image which I am maintaining in Excel using Webdings font. Is there any similar...
View ArticleWhat is the origin of $generalUtil in my atlassian-plugin.xml?
I'm studying the code of a custom Confluence plugin, which contains an atlassian-plugin.xml file that includes references to two variables $generalUtil and $helper, but I find no definitions of them...
View ArticleHibernate in Bitbucket plugin
Is there a way to use Eclipselink JPA inside a BitBucket plugin and connect to the BitBucket Database? I'm trying to connect to the BitBucket database using EclipseLink and retrieve the users. I...
View ArticleHow to work Javascript API Atlassian Bitbucket?
I am successfully using AP.require ('url' ..),url: api.bitbucket.org/2.0/,but I don’t understand how to work with these javacript api bitbucket modules and how they interact with bitbucket.For...
View ArticleAutomatically update npm version when pull request is merged in bitbucket
The idea is to trigger npm version patch to increase the version from 1.2.3 to 1.2.4 once you press the button of the image:So every change in the develop's branch means a new build version in the...
View ArticleProblem to find the right JIRA Java SDK version
[1] I am having a hard time finding the right JIRA SDK version. I want this StatusCategory class, but I do not find the right jar file containing...
View ArticleCall Java Class from JIRA Web Panel
How to call a JAVA class from a Web Panel in Jira with velocity?I want to create a right panel that can toggle a button to callback a java class.templates/random-indicator.vm:<button...
View ArticleHow to create dynamic parameters in confluence macros body?
I am developing confluence plugin using Atlassian SDK.The thing i want to do is dropdown list with dynamic values and dynamic number of values. This dropdown list should be in confluence macro...
View Articlebitbucket server project object getting using java code?
public String getprojectdelete(String projectname){ System.out.println("projectkey:"+projectname); //Project projectobject=projectSupplier.getByKey(projectname); Project...
View Articlecommand mvn jira:debug fails when trying to install the scriptrunner plugin...
I am following this tutorial which is giving instructions on how to use Version Control with ScriptRunner:https://docs.adaptavist.com/sr4js/latest/best-practices/write-code/set-up-a-dev-environmentHere...
View ArticleHow to View issue using JIRA SERVER API?(Through python)
I am new to Atlassian product(JIRA).So far I have tried multiple jira "CLOUD" api through python.And it works perfectly. Now I want to try the same API in jira "SERVER".My doubt is?1.Can I use the same...
View ArticleAtlassian.Net SDK get all projects and sprints
I am using Atlassian .net SDK from NuGet gallery.I am able to retrieve all the issues with below code: var jira = Jira.CreateRestClient("https://xxxx.atlassian.net", "user name", "pwd"); var jiraIssues...
View Articleunable to resolve class com.atlassian.jira.component.ComponentAccessor
I am trying to run a groovy script on IntelliJ IDE, the groovy script I am trying to run is called UsersCount.groovy, it looks like this:import com.atlassian.jira.component.ComponentAccessorimport...
View ArticleDisplay image on Html page
I'm trying to display a static image located in the same folder as my Html file but it seems I can't get the right path for it to display correctly. The application I'm developing is an atlassian...
View Articleretrieve POM version and display on the frontend
I have a POM file that looks like this:<?xml version="1.0" encoding="UTF-8"?><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
View ArticleI'm trying use the Atlassian SDK to build a plugin skeleton, but I get errors...
https://developer.atlassian.com/server/framework/atlassian-sdk/create-a-helloworld-plugin-project/#step-2--start-up-jira-with-your-plugin-installedafter the commandatlas-create-jira-pluginFailed to...
View Article