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
0
votes
1 answer

Atlassian bamboo .Net plugins dependencies installation

I wish to modify the existing Atlassian Bamboo .Net plugin: https://bitbucket.org/atlassian/bamboo-dotnet-plugin so the MsTest Parser will include StackTrace information. I've downloaded the repository locally, and I have tried to install all of the…
Jorayen
  • 1,737
  • 2
  • 21
  • 52
0
votes
0 answers

TeamCity is unable to execute command atlas-clean and atlas package

I am using teamcity to create package of my atlas project. Giving two command to teamCity in custom script field as bellow: atlas-clean --file "D:\Data\BambooTaskPlugin\bamboopluginbuild" atlas-package --file…
0
votes
1 answer

Using Atlassian QuickReload with java 7

Developing a JIRA Plugin and would like to use the QuickReload feature. However I am using the 5.0.x SDK and that uses Java 7. QuickReload appears to need Java 8. Is there a way to get this working for java 7?
rkd80
  • 411
  • 1
  • 5
  • 14
0
votes
1 answer

Bamboo Plugin REST module access control

I have created a plugin in bamboo with one module in it. atlassian-plugin.xml: Rest API for plugin Now I have a class with one method in…
Swarup Donepudi
  • 984
  • 1
  • 11
  • 23
0
votes
1 answer

POM err when developing plug-in for Atlassian Confluence

I'm writing plug-in for Atlassian Confluence platform. My environment: Atlassian SDK Maven 3.2.1 JDK v8 Eclipse IDE When it comes to POM, along the following line: I've got the following error: Project build…
ucas
  • 417
  • 1
  • 11
  • 30
0
votes
1 answer

Jira login with Google authentication

I have created a plugin, by which I have a google login button on /login.jsp and /secure/Dashboard.jspa 's login gadget. Everything is working good on /login.jsp but Google API is not loading on /dashboard.jspa. In my .js:- AJS.$(function() { …
Ashwani Verma
  • 39
  • 1
  • 11
0
votes
2 answers

Which one is the correct atlassian-sdk version?

I installed Atlassina-SDK and execute "atlas-verions" command, then command line prompt following message: $ atlas-version ATLAS Version: 6.2.4 ATLAS Home: /Applications/Atlassian/atlassian-plugin-sdk-6.2.2 ATLAS Scripts: …
Jack
  • 347
  • 1
  • 2
  • 22
0
votes
1 answer

Generate crowd SSO token from custom app

How can I have to generate SSO token after crowd login (via rest service) for case when I can use this token for login to crowd? I mean I use crowdClient.authenticateUser(...) and after that crowdClient.authenticateSSOUser with same credentials…
beowulf13th
  • 447
  • 1
  • 6
  • 16
0
votes
1 answer

Unable to resolve 189.0: missing requirement [189.0] osgi.wiring.package; (osgi.wiring.package=bsh)

Just another one from "Jira plugin development dependency hell" series. > Unable to resolve 189.0: missing requirement [189.0] > osgi.wiring.package; (osgi.wiring.package=bsh). This error usually > occurs when your plugin imports a package from…
tishma
  • 1,855
  • 1
  • 21
  • 43
0
votes
1 answer

Crowd-plugin on new UserCreateEvent

I want to start to develop a crowd-plugin. The plugin has to connect to an AD search a user and get a specific property of AD. So I started to follow this . I already had the Atlassian-SDK installed for a JIRA-plugin that I developped in the past.…
code4fun
  • 1,012
  • 3
  • 24
  • 41
0
votes
1 answer

Where to put .p12 file for a Stash plugin?

So I'm trying to write a Stash post receive hook plugin that eventually writes some pertinent information to a Google spreadsheet. To do this, I have to pull the private key for Oauth2 authentication from a .p12 file. I made a couple test projects…
0
votes
1 answer

Atlassian Plugin SDK & JIRA Software

I installed and got running the atlassian plugin sdk (6.1.0). However whenever I start JIRA, I am only able to get JIRA Core. How do I get JIRA Software as well? I found this that seems to answer what I need, but I'm pretty confused as where to make…
hazyred
  • 3,618
  • 3
  • 12
  • 14
0
votes
1 answer

Jira plugin launching, but not displaying anything in browser

Im following the Jira plugin development, and I am unable to have jira show up in the browser when the instance is running. everything seems to be running just fine [INFO] [talledLocalContainer] Jul 20, 2015 10:39:52 PM…
R.J. Robinson
  • 2,180
  • 3
  • 21
  • 33
0
votes
0 answers

new blank jira plugin throws exception as soon as i edit jira.version in pom.xml

I wanted to try develop a jira extension. I followed the tutorial and all went fine. It sets the 'jira.version' automatically to 6.4.4, which ran totally fine, but I want it to be 6.3.14. So I edited the pom.xml and ran atlas-clean, atlas-mvn…
Seika85
  • 1,981
  • 2
  • 18
  • 29
0
votes
1 answer

JIRA custom fields values from remote app REST API

Is it possible to retrieve data from external REST API (in my case a zabbix server API) into JIRA (cloud version) inside a multi-choice input ? the user should choose a list of monitored machines when creating an issue. I think that i need to…
1 2 3
14
15