--- Article Not Found! ---
*** *** *** RSSing Note: Article is missing! We don't know where we put it!!. *** ***
View ArticleConfluence 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 ArticleCreate 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 ArticleHow 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 ArticleCan 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 ArticleCan 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 ArticleSetter 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 ArticleUse 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 ArticleIs 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 ArticleGenerate 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 ArticleNullPointer 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 Articlehow 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 ArticleJQLParseException: 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 ArticleApache 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 ArticleAtlassian 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 ArticleBitbucket: 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 ArticleAtlassian 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...
View ArticleHow can I call an external api and display its result in confluence page UI?
I am new to atlassian development. I am on cloud version of atlassian. I want to call an external api via http, and display its result in confluence page UI. I want that every new page that is created...
View ArticleURL not included in the external fetch backend permissions: /wiki/api/v2/pages/
I try run, any of these examples on Confluence and I get a permissions-related error message.https://bitbucket.org/atlassian/dd23-forge-confluence/src/main/const fetchPage = async (contentId) => {...
View ArticleWrite code to change user email address unable to resolve class UserAccessor
I am trying to write code to change a user email address in Jira and I am getting the following error for my last importunable to resolve class com.atlassian.confluence.user.UserAccessorAnyone knows...
View ArticleCustom Jira Project Settings Button Navigating to a New Page Instead of...
Description:We have implemented a custom button in Jira project settings that, when clicked, should display content on the right side of the project settings page (similar to other project settings...
View Article"A required class was missing while executing...
I recently updated my Jira plugin to version 9. However, I am now getting the following error message when I try to run atlas-debug:[ERROR] Failed to execute goal...
View ArticleHow to read a confluence page using an OAuth 2.0 custom app
I am building a custom app that allows a user to connect to Atlassian via OAuth. The signup flow works. I have a token with the scope. However, when i using token to access any page in confluence, I...
View ArticleBuild Failure in atlas-mvn clean package: "Error unpacking file" due to...
I am new to Java programming and trying to build my application using the Atlassian Maven Plugin with the following command:atlas-mvn clean packageHowever, I encounter this error during the...
View ArticleAtlassian Jira Java API Workflow "cannot find Symbol" on Workflow Related...
I’m trying to build a plugin and one step of the plugin is to build workflows. I'm using Jira 10.0.1.Trying to instantiate a “JiraWorkflow” object through a “ConfigurableJiraWorkflow” I’m getting the...
View ArticleAtlassian Confluence SDK Problem starting App 404
when starting a Confluence plugin I always get the following error:[INFO] [talledLocalContainer] 2020-08-06 20:48:58,116 ERROR [main] [ContainerBase.[Catalina].[localhost].[/confluence]] log Exception...
View Article404 error when running Jira plugin locally after updating Java SDK version
I have a Jira plugin I created. I recently updated my Java SDK to Oracle SDK 23 and am now getting a 404 error when I try to load http://localhost:2990/jira/.Here is the text of the error page I get in...
View ArticleBitbucket 7.21 Plugin - create custom rest endpoint
I need to create a custom rest endpoint in a Bitbucket Plugin (Bitbucket Server 7.21).I didn't find any information, only Chatgpt sad, that I need to add "rest" and "rest-resource" to my...
View ArticleMissing requirement osgi.wiring.package;...
I'm updating my jira plugin to be compatible with Jira 10 release.Everything is updated as they mention in their documentation but now I have this issue : missing requirement osgi.wiring.package;...
View ArticleKnow 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