Questions tagged [atlassian-plugin-sdk]

the Atlassian plugin tag is for questions related to the Atlassian plugins SDK from the company Atlassian

the Atlassian plugin tag is for questions related to the Atlassian plugins SDK from the company Atlassian

222 questions
3
votes
1 answer

JQL search: figure out list of distinct projects for a given text search

I am doing a search in Jira and I would like to know the names of the projects satisfying my JQL search. I am performing the following search: The problem is that there are hundreds of issues that satisfy this text search belonging to the same…
3
votes
2 answers

Results of running two subqueries do not add up to the number of results when running the main query

I am running a JQL query to count how many issues have an empty value for the "Components" field versus how many issues have a non empty value for the "Components" field. Here is the screenshot that I get for my 1st JQL query: category = "Cloud…
3
votes
1 answer

Which 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 ATLAS Scripts: …
3
votes
1 answer

Atlassian Confluence Blueprint wizard - Non existent soy template

I am building a confluence plugin including blueprint wizard dialog with blueprint. But when I try to load the wizard JS error appears in browser console, Uncaught error wizard points to a non-existent Soy template,…
3
votes
1 answer

Sorting by number of likes on page in confluence

I am trying to sort the child pages of my confluence instance based on the number of likes to each child page of a parent page. Example: Page A as the root page. Page B, C, D, E, F and so on are the child pages of page A. There is a sorting option…
3
votes
1 answer

Unable to start plugin: Unable to resolve 167.0: missing requirement [167.0] osgi.wiring.package; (osgi.wiring.package=com.atlassian.inject)

I'm using the latest version of the atlassian SDK to develop a plugin for JIRA. I've already written a large portion of my code, and have added a handful of dependencies that I required to the pom.xml file of my project (see below). Unfortunately,…
3
votes
2 answers

Unable to start jira com.atlassian.plugin:atlassian-spring-scanner-maven-plugin:1.2.6

I just formatted my laptop, and install everything fresh and new. But now I am unable to start Jira. Here is the error message I get: The POM for com.atlassian.plugin:atlassian-spring-scanner-maven-plugin:jar:1.2.6 is missing, no dependency…
Milind Mehta
  • 41
  • 1
  • 5
3
votes
1 answer

Error in Atlassian SDK

I am currently trying to get started with the Atlassian SDK and I've installed it as it is described in the Atlassian SDK Documentation. But when I'm running a SDK-command, it doesn't work. For example, when I run the command atlas-run-standalone…
sascha_lamp
  • 179
  • 2
  • 12
3
votes
1 answer

Is it possible to tune atlassian-sdk to not display the [INFO] [talledLocalContainer] prefix in the console messages?

While using atlas-run (customized maven) from atlassian-plugin-sdk you will see the application output prefixed by [INFO] [talledLocalContainer], like below: [INFO] [talledLocalContainer] Tomcat 6.x starting... [INFO] [talledLocalContainer] Nov 22,…
sorin
  • 161,544
  • 178
  • 535
  • 806
2
votes
1 answer

ScriptRunner Merge Check for Bitbucket Get Associated Jira Issue

I would like to set up a Merge Check that will block a merge if the associated Jira Issue has any blocking tasks. I have searched for the solution before coming here and found the following example. However, right at import…
2
votes
1 answer

Unable to fetch the jira cloud assets through atlassian-python-api

I am working on a Atlassian Jira cloud product. I have a requirement to get the details of Jira cloud assets and update a field with some specific key-value pair. To achieve same, I have chosen python api to interact with Atlassian jira cloud and do…
2
votes
1 answer

How 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 testing on it, then discard the container…
User1291
  • 7,664
  • 8
  • 51
  • 108
2
votes
0 answers

How 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…
2
votes
1 answer

Jira server Plugin - Atlassian PocketKnife - QueryDSL - batch insert with executewithKeys() not working for ORACLE and SQL Server

I am trying to batch insert some records using the batch-Insert functionality provided by QueryDSL. The same piece of code works when I use just execute() but then have to separately write a select query to get the last inserted records.…
2
votes
1 answer

Custom Bitbucket Merge Check - dynamic fields render twice after submitting the configuration

I'm creating a custom Merge Check for Bitbucket. I started by following this tutorial: https://developer.atlassian.com/server/bitbucket/how-tos/hooks-merge-checks-guide/ I want the view to be dynamic, e.g. have button that creates multiple similar…
1
2
3
14 15