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

How to connect Jira using Atlassian.SDK from .Net application (c#)

I am using Atlassian.SDK Jira SDk to connect Jira from my .NET application . To connect JIRA I have the following calls but it does not connect to Jira properly .I am getting unauthorized access exception var jira =…
2
votes
1 answer

How To Install Atlassian Connector On Eclipse Photon 4.8.x Version

I can not download Atlassian connector for eclipse photon 4.8.0 version. It support Installation via the Eclipse Marketplace for Eclipse 3.7 (Indigo), 4.2 (Juno), 4.3 (Kepler), 4.4 (Luna) But not Photon. This site is supporting download…
Yasin
  • 123
  • 1
  • 12
2
votes
1 answer

How to create a BitBucket hook that reject pushes with bad file name?

I'm trying to make a BitBucket hook that would reject a push if it contained a file not matching a naming convention. So far, I'm able to create a PreRepositoryHook implementation that register the following callback. public class…
Tuan
  • 1,476
  • 13
  • 23
2
votes
1 answer

Reuse Bitbucket instance when developing multiple plugins

I am looking into bitbucket server plugin development and using atlas on mac. From what I understand in the tutorials, you write your code and run atlas-run to execute - but this downloads the entire bitbucket application. Is there a way to download…
Evan M.
  • 403
  • 5
  • 13
2
votes
0 answers

SSO Plugin in Bitbucker Server how to kickstart authentication

I'm trying to write a small bitbucket plugin that enables SAML 2 SSO authentication. I've been looking at the source code of sample authentication plugins in bitbucket, and it looks quite straightforward. However, my question is what is the best…
2
votes
1 answer

Spring scanner not detecting component

I'm trying to write an event listener plugin for jira. When I go the old way (which the latest Atlassian SDK 6.2.9 does) and put these 2 lines
Mikayil Abdullayev
  • 12,117
  • 26
  • 122
  • 206
2
votes
1 answer

Apache POI usage with Apache Felix

I'm trying to import Apache POI to Atlassian Jira Plugin for reading excel files. At the beginning, I started with adding just org.apache.poi poi
2
votes
2 answers

Is there a way to delete a Bamboo agent using Atlassian Bamboo SDK or Bamboo REST API services?

I know that it is possible to manually disable or delete an agent on the Bamboo agents page. I am writing a Bamboo plugin that should delete Bamboo agents when the build is completed. There does not seem to be a straight forward way to do that…
Swarup Donepudi
  • 984
  • 1
  • 11
  • 23
2
votes
1 answer

Confluence custom macro doesn't show up in Macro Browser

I am following the official tutorial about writing a custom macro for confluence version 5.9.7. The only thing I changed from the tutorial is the plugin name and the package name which you can see in the file I attached here. After running…
qingl97
  • 327
  • 4
  • 14
2
votes
2 answers

JIRA - Unable to login when I start an instance of JIRA using atlas-run

I am trying to create an add-on for JIRA. Steps that I followed: Create a skeleton using "atlas-create-jira-plugin". Atlas-run When I use http://XXX:2990/jira, I am able to view the dashboard but I am not able to login. I get an error message…
optimus
  • 77
  • 1
  • 6
2
votes
1 answer

Crucible: No listener invokers were found for listener

I'm trying to catch Review state event, like when somebody is closing it. And after to get any signs of life from the plug-in. To send a line to the log file (from any log level) or to STDOUT. atlassian-plugins.xml looks like this: …
2
votes
2 answers

how to get a list of commits from refChanges in Atlassian Stash Pre Receive Repository Hook

Im trying to write a stash plugin that will iterate through the commits in a change set pushed to stash in a Pre Receive Repository Hook. The API passes a Collection of refChange in the onReceive method. public boolean…
sam schonstal
  • 429
  • 2
  • 10
2
votes
3 answers

Atlassian Confluence $soyTemplateRendererHelper.getRenderedTemplateHtml

I have an Atlassian Confluence, at the top of the page where the navigation bar should be I have the following string of text, which appears to be an…
Jacob Clark
  • 3,317
  • 5
  • 32
  • 61
2
votes
1 answer

How to add webwork action to a project panel?

I have made my own plugins (separate) with webwork actions and with project tab modules. But now I need to combine both: there will be some comboboxes and a button that make the plugin calculate statistics. I need to show it in the same project tab.…
AlexeyGorovoy
  • 760
  • 5
  • 23
2
votes
1 answer

Atlassian Confluence: Macro type plugin that will display a popup window when the page is accessed

Pretty basic idea, i want to show a popup window when some one access the page. I have written a sample code. Actually what i want to do is create a Macro-type plugin which has a body so we could add text, links and different elements into it, and…
1 2
3
14 15