Confluence Plugin: How to create space and pages programmatically from...
I want to add a button to the system.header/left, which I already did. And when I click that button, I want a file picker popup to choose my CSV. From the CSV content, I want to create space and pages....
View ArticleConfluence API: Create Table
I'm currently writing a Confluence Application that should create a table with payload in it. The table is created over the REST-API. The problem I'm facing is, that the HTML Makro isn't activated on...
View ArticleJira Active Objects query
I'm trying to do a query on Jira's db and I'm getting an error :Here's my entity :@Preloadpublic interface BlogEntity extends Entity { @XmlElement Long getArticleId(); void setArticleId(Long id);...
View ArticleAtlassian Marketplace turn out time
Does any one know how much time the atlassian review time takes?I've submitted my app for review on June 30 but the status is still pending for review.Thanks!
View ArticleUsing Monaco Editor using AMD in Jira plugin
I am trying to use Microsoft Monaco Editor component in my Jira plugin. Their document says to use the below logic for loading using AMD as document in...
View ArticleAtlassian Confluence SDK Problem starting App 404
when starting a Confluence plugin I always get the following error:[INFO] [talledLocalContainer] 2020-08-06 20:48:58,116 ERROR [main] [ContainerBase.[Catalina].[localhost].[/confluence]] log Exception...
View ArticleJira plugin fails after adding apache kafka dependancy
I am trying to create a JIRA plugin so that whenever an Issue is created, its posted to Kafka cluster. A sample listener code works fine. However when I add Maven dependency for Kafka, the plugin fails...
View ArticleMaven / Nexus Integrity Confusion
I have a project which is dependent to atlassian so I use atlassian maven repo as a repo. And also I have a corporate nexus machine that serves other dependencies.In a case there is a plugin dependency...
View ArticleJIRA plugin crashes when "org.apache.wink.json4j.JSONObject object" is...
import com.atlassian.plugins.rest.common.security.AnonymousAllowed;***import org.apache.wink.json4j.JSONObject;***import javax.ws.rs.*;import javax.ws.rs.core.MediaType;import...
View ArticleHow can I run jira in dev mode as a docker container?
So we have a jira plugin under development that needs be manually tested on various jira versions. Using atlas-debug for this is a PAIN and I'd much rather be able to pull down a docker image, do my...
View ArticleBigPicture for JIRA Calendar Issue
On Oct 25, 2020, our BigPicture for JIRA plugin upgraded to v8, and we have experienced some issues. The first of which is the calendar is off; it shows Nov 1, 2 as the weekend; and then when you click...
View ArticleCannot start Jira 8.10 with the atlassian SDK
So I installed the atlassian SDK. My atlas-version isATLAS Version: 8.2.2ATLAS Home: /usr/share/atlassian-plugin-sdk-8.2.2ATLAS Scripts: /usr/share/atlassian-plugin-sdk-8.2.2/binATLAS Maven Home:...
View ArticleSelect element glitches with `v`s all throughout its display
So I'm trying to fix a graphical error with a jira plugin that provides its configuration layouts as velocity templates.Since jira 8.13 (possibly earlier), it seems the select tag will render with vs...
View ArticleHow to Logging Atlassian Crowd Development Addon
I'm trying to develop Crowd Addon. But I can't get the log. Set log4j.properties as follows.log4j.rootLogger=INFO, console, crowdloglog4j.logger.com.curvc.atlas.jira.plugin=DEBUG,...
View ArticleCouldn't detect an AMPS plugin to dispatch to
I am currently in the process of creating a JIRA plugin.After upgrading AMPS from 6.3.15 to 8.0.0 and running atlas-debug / atlas-run I am greeted with the following maven error:[ERROR] Failed to...
View ArticleHow to use jersey-client in a Jira plugin without interfering with the...
I want to add this dependency to Maven pom.xml:<dependency>...
View ArticleHow can I perform a password grant to get Auth token for Jira Software API?
We're working to get the Auth token for a user from Jira. This Auth token will be used to make API calls to get the Issues from the Jira platform for the users (my agents). To get this Auth token, I'm...
View ArticleGetting null project key in a Jira Cloud App sprint_started webhook
I'm developing a Jira Cloud Add on that will receive sprint related events:"modules": {"webhooks": [ {"event": "sprint_started","url": "/sprints/started?project={project.key}&id={project.id}" },...
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 ArticleBigPicture app data Jira migrating from server to cloud
we are moving, due to new Atlassian policy, from Jira Server to Jira Cloud - we didn't find any way to migrate BigPicture data (projects, settings) plugin to the Jira Cloud.Does somebody face the same...
View Article