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 import issue

I am trying to create an hello world task for bamboo by following the instructions mentioned here https://developer.atlassian.com/server/bamboo/introduction-to-writing-tasks/ I am facing an error while importing the first library "import…
0
votes
2 answers

Getting user that initiated push to pre-receve hook

I´m developing a pre-receive hook with the atlassian-plugin-sdk and I need to get the user name of the user who pushed the changes. So what I want to get inside the hook is what I locally can get with 'git config user.name', is that possible?
Olle burman
  • 31
  • 10
0
votes
1 answer

Which class need to be injected in Bamboo plugin to get diff in Pull Request?

I've created project using: atlas-create-bamboo-plugin I'm trying to get diffs (or commit list) on current build. Any ideas?
0
votes
2 answers

Configure bitbucket plugin to avoid hardcoding of secure variable

I have developed an Atlasian Bitbucket plugin which globally listens for push/PR and send repository details to databases using REST API. I need to configure REST API URL and credential so that my plugin can make an API call. Currently I have…
joy
  • 3,669
  • 7
  • 38
  • 73
0
votes
1 answer

Bitbucket custom column on repository list page

I am trying to write my first plugin for Bitbucket. I followed the tutorial to add a custom column to the branches list. It works great. After, I wanted to add a custom column to the repositories list with e.g. description or number of branches.…
Adam
  • 884
  • 7
  • 29
0
votes
1 answer

Creating own entity types in Jira - extending data model

To all developers of Jira plugins and extensions - is it possible to extend Jira data model with my own entity types? I mean add totally new entities (database entities) to the system but with assumption that they will have relationships with…
nightwatch
  • 1,276
  • 2
  • 18
  • 27
0
votes
1 answer

RequestFactory is null inside Confluence Custom Seraph Authenticator

This is a copy of a question I asked on the Atlassian forums I've been trying to make my own custom authentication plugin for SSO with my company using Seraph in Confluence (And will late do so in Jira) but I can't seem to make remote Service calls…
ObjectiveTruth
  • 878
  • 10
  • 17
0
votes
1 answer

How can I create a custom field in confluence

How can I create a custom field in confluence that should appear on page edit? Basically a search bar field where I can search a user and pick them to take some action.
Rishi
  • 81
  • 1
  • 1
  • 3
0
votes
1 answer

atlassian plugin sdk: maven dependency of dependency not resolving

Currently I am developing a JAVA plugin for (Atlassian) Bitbucket. But I'm fairly new to Maven, and it's dependency management. Right now I have the following dependency declaration in my pom.xml org.telegram
Niek van der Steen
  • 1,413
  • 11
  • 33
0
votes
1 answer

Hibernate in Bitbucket plugin

Is there a way to use Eclipselink JPA inside a BitBucket plugin and connect to the BitBucket Database? I'm trying to connect to the BitBucket database using EclipseLink and retrieve the users. I created a User entity class and tried retrieving the…
Sri
  • 573
  • 2
  • 6
  • 20
0
votes
0 answers

Connect to Bitbucket database from Bitbucket plugin

I have an instance of Bitbucket which has an Oracle database. I am creating a plugin where I need to use the database tables directly (not the AO tables). Is there any way to achive this? Do I need to use a normal JPA framework inside the plugin to…
Sri
  • 573
  • 2
  • 6
  • 20
0
votes
1 answer

How to display table content dynamically in jira plugin webwork module?

I am creating a jira plugin, and I currently have a webwork module. I have the following class to represent the webwork: public class ReportWebworkAction extends JiraWebActionSupport { private ArrayList dataList = new…
juicymango
  • 201
  • 1
  • 4
  • 14
0
votes
2 answers

Can a plugin be disbaled for certain confluence spaces with a properties file?

I am currently trying to build a plugin for Confluence and I am wondering wether it is possible to have my plugin be disabled for certain spaces inside confluence. For clearing things up: I have A, B, C, D as Confluence spaces. Inside Spaces A and…
0
votes
1 answer

Replacing deprecated AbstractEditHandlerDetailsWebAction in Atlassian JIRA plugin for 7.X

I'm following Atlassian's Tutorial - Custom message (mail) handler for JIRA I've hit a brick wall with the second to last step: 3) Create a new file named EditDemoHandlerDetailsWebAction.java in…
Wesley Smith
  • 19,401
  • 22
  • 85
  • 133
0
votes
2 answers

Unsupported ClassVersion Error when deploying jira

I am trying to run jira application on my local machine with atlas-run and atlas-debug command. But i have a build failure here. [ERROR] Failed to execute goal com.atlassian.maven.plugins:maven-amps-dispatcher-plugin:6.2.1:run (default-cli) on…
prb_cm
  • 117
  • 1
  • 4
  • 13