Quantcast
Channel: Active questions tagged atlassian-plugin-sdk - Stack Overflow
Browsing latest articles
Browse All 257 View Live

--- Article Not Found! ---

*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***

View Article



--- Article Not Found! ---

*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***

View Article

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...

View Article

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....

View Article

Confluence 8.0 plugin, searchFilter deprecated / removed

With Confluence Version 8.0 the:import com.atlassian.confluence.search.v2.searchfilter.SiteSearchPermissionsSearchFilter;has been removed and the docs...

View Article


Create dynamic web hook for Jira, connect Spring boot

I am attempting to register a web hook to my Jira cloud instance and I am following their documentation but I have not been able to make it work.Specifically the section: Making API requests to the...

View Article

Image may be NSFW.
Clik here to view.

How to create a dialog box on click of a Web Item in Confluence?

I am new to developing plugins in Confluence.I have created a Plugin which is adding a Web-item “AAD Permissions” under Space permissions section of Confluence (attaching the screenshot for...

View Article

error generating Graph API token using Atlassian(confluence) plugin sdk in java

I am trying to generate the graph API token for azure AD using atlassian plugin module in java , I entered the dependencies in the POM file , built the jar , deploy it on confluence it is showing the...

View Article


How to get the information of the currently logged in user in jira data...

I’m creating a Custom field module in my plugin, and I want to control the visibility of that field based on " Which groups are the user is a member of " of the logged user.My question is: how would I...

View Article


Image may be NSFW.
Clik here to view.

Know for which project/issue types a specific behavior is used in Jira data...

Is there a way to know for which projects/issue types a bahavior is used in Jira? I am thinking of upgrading ScriptRunner and I need to know the exact usage of a specific fragment and its specific...

View Article

Can you develop custom bitbucket remote server hook that can reject pushes?

During my research on how to implement a solution for filtering commits on bitbucket's git repo, i.e. rejecting pushes that introduce invalid changes, I found out about bitbucket's custom plugins and...

View Article

Can no longer build Confluence plugin

At work I help to develop a Confluence plugin. Current software versions (and I believe the latest we can currently use, because reasons), according to atlas-version, are:ATLAS Version: 8.2.7ATLAS...

View Article

Setter Injection with @ComponentImport

Hi I'm trying to modify a Confluence Plugin to check every Network request against the OutboundWhitelist, however the plugin is written in a way where adding it into the constructor breaks quite a few...

View Article


Use Spring Integration in Jira Plugin Development

I'm trying to use Spring Integration module in my Jira plugin. When I'm starting it I see following error:[INFO] [talledLocalContainer] [INFO] [talledLocalContainer] 1 plugin failed to load during JIRA...

View Article

Is there any way to add components to jira issue using python jira client?

I was working on a project where I have to update jira issue fields like components , epic links,etc.I am using jira python client(https://pypi.org/project/jira/) to do this task.ticketObj =...

View Article


Image may be NSFW.
Clik here to view.

Generate issue links in Jira with scriptrunner

I am trying to generate some issue links in jira, here is my code. This code is executed as a Jira automation rule after clicking on a button. The problem is that I receive the following error message....

View Article

Image may be NSFW.
Clik here to view.

NullPointer exception for issueLinkManager.createIssueLink

I am getting a null pointer for  issueLinkManager.createIssueLink even though all the parameters of the API are not null. I am printing the parameters 1 by 1 and none of them is null. Here is my code:...

View Article


Image may be NSFW.
Clik here to view.

The automation rule fired when an update is made does not lead to the correct...

 I am using an automation rule and I have used issue updated as an automation trigger for my rule and it's not working, I receive the message, the issue does not have any components even though the...

View Article

Image may be NSFW.
Clik here to view.

how to get rate limit values in JIRA REST API of /rest/api/3/field

we are getting 429 error on making rest api (/rest/api/3/field)name:"AxiosError",reason:"Too Many Requests",code:"ERR_BAD_REQUEST",status:429,Below is the response headersHow to get api limit and when...

View Article

Image may be NSFW.
Clik here to view.

JQLParseException: Cannot execute JQL query in ScriptRunner to print number...

I am trying to execute some code in script runner to know how many issues have a certain value as a summary. The code should be super easy and straightforward but I am running into a JQLParseException....

View Article

How to create a new log file for values in Jira

I am current using the following code for my Jira plugin, it is a fragment with a REST endpoint. Here is the code for my REST endpoint below:import groovy.json.JsonBuilderimport...

View Article


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...

View Article


How to use Jira.CreateOAuthRestClient from C# code?

I have downloaded Atlassian SDK from visual studio nuget manager. There is a methodpublic static Jira CreateOAuthRestClient(string url, string consumerKey, string consumerSecret, string...

View Article

VSCode with Bitbucket and JIRA

I’m having issues linking my JIRA and Bitbucket accounts to my VSCode. I’ve downloaded the Atlassian extension and followed the steps provided...

View Article

How to detect if a merge (from a pull request) will result in no files being...

I have created a repository hook on Bitbucket that automatically creates a pull request from one branch to another (and merge it) when some specific conditions are fulfilled. I would like to detect the...

View Article


Atlassian Confluence: Macro type plugin that will display a popup window when...

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...

View Article

Make sure that logged in user making use of REST endpoint is part of jira-users

I am using some code for a REST endpoint and I want to make sure that the only users who are allowed to execute this REST endpoint are logged in and are also part of the jira-users group. I am using...

View Article

How can you deploy a bitbucket-plugin (already built as jar) to the server...

We run a Bitbucket Server on version 7.21 and have recently developed a Plugin for it. Since this plugin finally reached a stable Version we wanted to integrate it into our cd/ci pipeline (bamboo).We...

View Article

Bitbucket: Hide "import/package" changes in diff in pull request

I was wondering if there is a Bitbucket Plugin or something similar that detects import/package changes in a pull request and either hides those lines or if the file is only consisting of these...

View Article



Image may be NSFW.
Clik here to view.

Comment not inserted in the linked issue

I am developing a plugin for jira in scriptrunner, it is a postfunction so something needs to happen when a button is clicked.I am trying to click on the "MounaFixReleased" menu item and then generate...

View Article
Browsing latest articles
Browse All 257 View Live




Latest Images