Access Jira add on app from 3rd party Application
I have been developing a Jira App for my organization using Atlassian Connect Express. Everything is working perfectly fine except a 3rd party Webhook which access my server whenever some changes occur...
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 ArticleWhich version of confluence do which versions of Atlassian plugin SDK support?
I've been trying to find out which versions of Confluence will my plugin support.Here's the output of my atlas-version command:ATLAS Version: 8.0.16 ATLAS Home: /usr/share/atlassian-plugin-sdk-8.0.16...
View ArticleCannot update Soy template from Server side Java code in Jira Dashboard item
I am creating a dashboard item and want to stick with server side coding. I have a very basic soy template:/** * Init * @param version * @param bitbucket */ {template .Static} <div...
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...
View Article@Scheduled in Spring Doesn't work on Tomcat
Hello Brilliant people out there,I've created a Jira plugin to do a specific task for us and i need to schedule this plugin call every few hours. I'm trying to use Spring annotations...
View Articlehow to create my own bamboo plugin rest api
I need to create my own rest api in my bamboo plugin. in atlassian-plugin.xml <rest name="Clix Rest Api" i18n-name-key="clix-rest-api.name" key="clix-rest-api" path="/clixrest" version="1.0">...
View ArticleJira/Atlassian Java Service Desk API - best way to handle authenticating...
Currently working on a service desk application that allows service desk users on our system to see more than they currently can on Jira. What i'm wanting to do is allow them to be able to comment on...
View ArticleRetrieving Confluece "Global Permissions" groups from code
When one navigate to Confluence administration ->Global Permissions, then there is a section called Groups with the description "Grant permissions for the entire site to all the members of a...
View ArticleIs it possible to have a custom bitbucket merge check on a server not...
My team has a server that isn't connected to the internet and we would like to have a custom bitbucket merge check that is run instead of having to verify some things by hand. Does the api require...
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 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 use the Atlassian "atlas-..." commands in Git Bash?
I installed the Atlassian Plugin SDK on Windows 10 and there are many commands for plugin development.E.g. atlas-create-confluence-plugin, atlas-confluence-jira-plugin, atlas-version, and so on.The...
View ArticleConfluence: a macro to populate template content after the user clicked a button
I try to write a macro for Confluence Server 6.15.6, let’s call it 'button macro'. The button macro has a text field to specify a specific (template) page.After the user inserted the button macro into...
View ArticleAtlaskit Editor package throwing errors
I am writing a JIRA plugin and for the front end I am using react js. I am trying to usehttps://atlaskit.atlassian.com/packages/editor/editor-core for Rich Text Field.I am using...
View ArticleHow to develop a Confluence macro to populate template content after the user...
I am trying to develop a macro for Confluence Server 6.15.6.The macro has a text field to specify a template page and is displayed in a button format.When the user clicks the button, the user will be...
View ArticleWhat are the modules for Confluence plugin to populate template content after...
I am trying to develop a plugin for Confluence Server 6.15.6.The macro has a text field to specify a template page and is displayed in a button format.When the user clicks the button, the user will be...
View ArticleBeanDefinitionStoreException: Failed to parse configuration class ... because...
atlas-package runs without errors. But I got errors with Quick Reload.Error is:JiraRendererPlugin.class] cannot be opened because it does not existI imported this interface in java code. No errors...
View ArticleConfigure bitbucket plugin to avoid hardcoding of secure variable
I have developed an Atlasian Bitbucket plugin which globally listens for push/PR and send repository details to databases using REST API.I need to configure REST API URL and credential so that my...
View Article