How to add a custom button on Jira UI in Users and Role section of every...
As highlighted in the attached screenshot, I want to add a custom button in Users and Role section of all the existing projects in my Jira instance UI in between "Add users to a role" and "Users or...
View Articleatlas-create-jira-plugin throws Opcodes class missing
Good morning,I'm following these steps to create a Jira plugin: https://developer.atlassian.com/server/framework/atlassian-sdk/create-a-helloworld-plugin-project/ but when I run...
View ArticleUnable 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 ArticleScriptRunner 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 ArticleAtlassian Spring boot Jira Plugin gives 401 for internal rest request
I have created one Jira Plugin using spring boot and angular in front-end. when I uploading app to Jira Software it is getting upload and also user is getting authenticated but as I am using angular I...
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 ArticleHow to make an azure ad Graph API call in the existing users search field...
I need to make some changes in user permission section of Space tools in confluence server.changes :I want to invoke an azure ad graph API at the search bar of the user permission section in space...
View ArticleAdding a custom button beside Edit Permission button regarding user in Space...
I have a requirement to add a custom button beside the user Edit permission button in the space tool section of confluence as mentioned in the below screenshot.(1.)need to add a button hereI have tried...
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 Articleerror 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 ArticleHow 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 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 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 ArticleJira version upgrade 8.20.* to 9.4.7 [closed]
We are upgrading atlassian JiRa from 8.20.* to 9.4.7 version. We have a database postgresql 11 connecting to jira. We had no issue while fetching data from old version for custom tables(create by own)...
View ArticleHow 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