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
1
vote
1 answer

How to build atlassian plugin for quick reload?

I've completed the atlassian sdk helloworld plugin tutorial, and so far I'm happy that atlas-run shows the plugin. Import to IntelliJ Idea also went clean. I understand that Quick Reload plugin is supposed to help avoiding to run time-expensive…
tishma
  • 1,855
  • 1
  • 21
  • 43
1
vote
0 answers

Confluence plugin : how to redirect to existing page

I would like in my blueprint plugin to redirect the user to different/existing page than the one currently created. Currently my blueprint plugin takes me to a page that is my template. I'd like it to redirect to an existing page (either in edit…
jeff porter
  • 6,560
  • 13
  • 65
  • 123
1
vote
0 answers

How do I create a plugin that creates a page with a dynamic table

What I want to do is have a plugin that creates a dynamic table. Dynamic in that the row count will change on each run. How do I do this? Can some one please point me in the direction of which technology, e.g. plugin/macro or is there another…
jeff porter
  • 6,560
  • 13
  • 65
  • 123
1
vote
1 answer

Atlassian SDK error: can not install plugin

I doing the following steps: Install Atlassian latest SDK 5.1.18 Run Atlassian command: atlas-run-standalone --product jira. Then I can access the web. Go to sample plugin folder and execute: "altas-cli:. then "pi". This is the output error…
1
vote
1 answer

What the bean scope of a confluence plugin component and how to control it?

I develop a confluence plugin using atlassian sdk. When using plugins-version 2, according to Atlassian docs, for every a bean is instantiated, if the bean is public, it is also exposed as OSGI service (which i can see on the Felix console). (See…
1
vote
1 answer

JIRA Plugins SDK: How to find out changed data?

I am using the JIRA plugins sdk to work on changed Issues. I´ve implemented an IssueListener and I have access to the Issue itself and the IssueEvent. How do I find out which property (summary, description, estimation ...) of my Issue has been…
Breiti
  • 579
  • 5
  • 21
1
vote
2 answers

Page Refresh Changes the Selected tab and shows the main tab. How can I keep the selected tab intact?

I am using Atlassian Javascript framework to create tabs in my page. Every time I refresh the page it goes back to the default tab and leaves the selected tab. I added this piece of code after searching for the same problem in stack overflow but it…
user2900150
  • 433
  • 7
  • 13
1
vote
1 answer

How do I render a velocity template inside a issue tab panel?

I followed this extremely simple tutorial https://bitbucket.org/bhushan154/jira-issue-tab-panel-tutorial/wiki/Home to add a new issue tab panel. It shows how you can add simple content to the page using stringBuilder. Ideally I would want to use a…
djowinz
  • 356
  • 1
  • 4
  • 17
1
vote
1 answer

java.lang.NoClassDefFoundError: com/atlassian/templaterenderer/TemplateRenderer while updating JIRA maven plugin

When I try to update jira plugin, the problem java.lang.NoClassDefFoundError: com/atlassian/templaterenderer/TemplateRenderer is occured. This plugin uses service which I put to /opt/jira/jira/atlassian-jira/WEB-INF/classes…
Revival
  • 71
  • 1
  • 2
  • 6
1
vote
2 answers

Failure to find com.atlassian.stash:stash-parent:pom:5.0.18

After working on jira and confluence, now working on stash. As per stash documentation i have created stash plugin but unable to convert eclipse compatible and running stash instance. pom.xml:-
Ashwani Verma
  • 39
  • 1
  • 11
1
vote
1 answer

How to render all of a page's children's content in a confluence macro

I am trying to build a simple confluence macro that renders all of the child pages of the current parent. Essentially a cross between the existing macros: children display, and include page. I did take a look at the source code for those macros, but…
Alexander Ryan Baggett
  • 2,347
  • 4
  • 34
  • 61
1
vote
2 answers

YUI fails to compress in Confluence plugin

I'm developing a confluence plugin and I'm using bower as my package manager. When I try to compile and package the plugin the SDK tries to minify all the JS files using YUI compressor. The minification process fails due to various reasons (reserved…
Yaron Schwimmer
  • 5,327
  • 5
  • 36
  • 59
1
vote
1 answer

How to run PMD on the modified files using Stash API?

I am looking to run PMD checks on the modified files that are being pushed into Stash. The push should fail if the PMD check fails. From what I have read I have deduced that these checks have to be done in a pre-receive repository hook. I have…
Naveen Dennis
  • 1,223
  • 3
  • 24
  • 39
1
vote
1 answer

Is atlas-run the only way to see how the changes are reflected?

I am new to Atlassian development so bear with me. Should we build the project every time using atlas-run command to see how the code is reflected when it is run? It takes a long time for the project to build itself eachtime. Is there a way to…
Naveen Dennis
  • 1,223
  • 3
  • 24
  • 39
1
vote
2 answers

Access issue between Stash and Jira

I have a small plugin checking several things, if the pull request description contains a valid Jira ticket among other things. The following code was working fine when tested on Stash 3.2.4, but stopped worked the day after, when we upgraded Stash…
Amaranth
  • 2,433
  • 6
  • 36
  • 58