Export react table as csv
Hi guys I'm trying to export my atlassian dynamic react table as a csv file but the table I'm getting in the file is not really looking as I expected... I tried using the react-csv library but I'm...
View ArticleHow to set default value in Select dropdown in velocity template file?
I am trying to build a custom build Jira Plugin, on the UI of plugin I am displaying select dropdown which consist of list of Issue Types.I need to make option value "ALL" as default one for that...
View ArticleAccess exalate log file on Jira cloud
At my company, my team and I are establishing an Exalate connection between Jira data center and Jira cloud. We were able to access an exalate log file on the Jira data center. Is it possible to have...
View ArticleUsing @Consumes annotation on Rest API call giving 500 Internal Server Error
I am trying to build a custom build plugin using Atlassian sdk framework and in that I have developed a custom build Rest API to update data stored in database.I am invoking the rest API using AJAX...
View ArticleIs spring related dependencies packaged in custom build Jira plugin are...
We are using Atlassian SDK to develop a Custom Jira Plugin in which we are also using atlassian-spring-scanner-annotation dependency. After building the Jira Plugin, we have noticed that the following...
View ArticleHow to check that an issue has been exalated in ScriptRunner for a scripted...
I have created a scripted custom field called Aha! Sync (UI) and I would like to display set my Aha! Sync (UI) custom field to "Yes" if the issue has been exalated between the Jira data center and the...
View ArticleCannot set global permission in Crucible
I have Atlassian Crucible and couple of other DevOps tools installed in our air-gapped network. All other apps are setup correctly and functioning. However, I am having problems with configuring global...
View Articlehow to run atlassian SDK from behind NTLM proxy
I'm trying to run Atlassian SDK 8.2.7 (which works fine from my home PC) trough corporate proxy.I've got the proxy settings (seems correct, cuz git works fine trough it) and trying to construct...
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 ArticleHow to Minify/Un-minify and Obfuscate Custom build Jira plugin UI code?
We are building a custom build Jira Plugin where we have JavaScript files, velocity template files and css files. We have to Minify and Obfuscate the UI code to reduce load time, to improve site speed...
View ArticleHow to stop loading of Post servlet on Page reload?
I'm new to web development and currently trying to build a custom Jira Plugin, where I'm rendering velocity template files on UI for Get and Post Servlet requests.On UI, we are loading a velocity...
View ArticleJira spring application plugin not accessing angular assets folder
I am new to Jira and I have created one application and her I have used atlassian-scanner and also I have included angular project everything is working but when any rest request is getting called from...
View ArticlePython: Parse contents of Confluence page
I am trying to parse the contents of a Confluence page (here is some documentation for reference https://atlassian-python-api.readthedocs.io/confluence.html?highlight=space#template-actions)I am using...
View ArticleHow to get list elements of jira custom field with c#?
I'm trying to get elements of custom fields from JIRA.I want to add these elements to windowsform combobox.I can get id and name of custom fileds but I need to get element of dropdonwlist.The...
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 ArticleTable Grid addRows with Java API error in Jira
In Jira, I want to use addRows function with Java API in Scriptrunner, provided by Table Grid Next Generation plugin, but, I can't use beacuse of an error, which is not caused by syntaxis problem,...
View ArticleJira Custom field not executing when loading i jira ssue v8.5.9
We a custom field which is a multi select text field and wiki rendered,We have added an AJS code as html as below,<script> AJS.$(document).ready(function()...
View ArticleJira cannot upload the app showing error 404 for installed
I am new to Jira and I have created my app using spring-boot using Jira add-on. Application is working locally totally fine but when trying to upload the app in Spring cloud it is giving me below...
View ArticleEnabling authorisation for CDAP on GKE
I have installed CDAP on GKE, however I am not able to enable authentication for CDAP after installation.The information provided on CDAP documentation is also not enough to get the authentication...
View ArticleOSGI plugin compile between different Java versions
Problem in short: Compiling Java 8 (Atlassian plugin) code and having issues with Java 9 compiled 3rd party librariesI have faced this problem multiple times and have worked around by avoiding...
View Article