How to use JavaScript in Velocity file from Webwork1 module?
I have an Atlassian SDK webwork1 module with its view:<webwork1 key="ai-config" name="AI Config" i18n-name-key="ai-config.name"> <description key="ai-config.description">The AI Config...
View ArticleAutomatically update npm version when pull request is merged in bitbucket
The idea is to trigger npm version patch to increase the version from 1.2.3 to 1.2.4 once you press the button of the image:So every change in the develop's branch means a new build version in the...
View ArticleHow to work Javascript API Atlassian Bitbucket?
I am successfully using AP.require ('url' ..),url: api.bitbucket.org/2.0/,but I don’t understand how to work with these javacript api bitbucket modules and how they interact with bitbucket.For...
View ArticleJira Plugin development | Servlet issue
I am a student working on developing a plugin for JIRA, and have been having trouble getting my servlet to read my html file. So now I wonder which annotations are right to use ?, and what...
View ArticleHow To Install Atlassian Connector On Eclipse Photon 4.8.x Version
I can not download Atlassian connector for eclipse photon 4.8.0 version.It support Installation via the Eclipse Marketplace for Eclipse 3.7 (Indigo), 4.2 (Juno), 4.3 (Kepler), 4.4 (Luna) But not...
View ArticleWhich Language is best preferred for Jira Cloud App Development? [closed]
We are planning to build an APP in Jira Cloud. Now I am aware that we have frameworks likeAtlassian ForgeAtlassian ConnectThey are giving us option to use either Java Springboot or Node JS.Which...
View ArticleRetrieving Confluece "Global Permissions" groups from code
When one navigate to Confluence administration ->Global Permissions, then there is a section called Groups with the description "Grant permissions for the entire site to all the members of a...
View ArticleHow to work Javascript API Atlassian Bitbucket?
I am successfully using AP.require ('url' ..),url: api.bitbucket.org/2.0/,but I don’t understand how to work with these javacript api bitbucket modules and how they interact with bitbucket.For...
View ArticleAutomatically update npm version when pull request is merged in bitbucket
The idea is to trigger npm version patch to increase the version from 1.2.3 to 1.2.4 once you press the button of the image:So every change in the develop's branch means a new build version in the...
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 ArticleIs there a way to update Bitbucket plugin without restarting Bitbucket?
I want to make changes to Bitbucket Server Repository Hook for Mirroring (https://github.com/ef-labs/stash-hook-mirror), then remove original and install the updated version.However, after making such...
View ArticleHow to add user-picker field for Jira custom plugin
I'm creating a custom plugin for Jira.I now have start date and end date fields.How can I add a field to select the user for which the report will be generated?<atlassian-plugin...
View ArticleWeb-item xwork module does not render template
I'm asking this question here as I haven't gotten any replies from Atlassian's developer community site.I'm developing a plugin, and I want the web-item to open up a soy template when clicked. Below...
View ArticleIs there a way to import a Bamboo Spec file via the REST API?
I currently try to automate the process of creating a new Bamboo linked repository and start the scan. I've already looked over the documentation of the REST API, tried to generate a new plan and...
View ArticleAtlassian.Net SDK get all projects and sprints
I am using Atlassian .net SDK from NuGet gallery.I am able to retrieve all the issues with below code: var jira = Jira.CreateRestClient("https://xxxx.atlassian.net", "user name", "pwd"); var jiraIssues...
View ArticleAttachment create event does not fire when attachment is created through Java
I hope someone is familiar with Atlassian SDK for Jira Server.I try to catch an event when an attachment is added to Jira Issue. Here is my code listening to issue events:@Componentpublic class...
View ArticleConfluence plugin how to read csv file data after submitting file input form?
I am developing a plugin on Confluence Server where I can bulk create users based on the information in a csv file.The csv file has the following...
View ArticleHow to create users programmatically on Confluence Server?
How does one create users programmatically on Confluence Server? Thank you
View ArticleAtlassian.Net SDK get all projects and sprints
I am using Atlassian .net SDK from NuGet gallery.I am able to retrieve all the issues with below code: var jira = Jira.CreateRestClient("https://xxxx.atlassian.net", "user name", "pwd"); var jiraIssues...
View ArticleWhich version of confluence do which versions of Atlassian plugin SDK support?
I've been trying to find out which versions of Confluence will my plugin support.Here's the output of my atlas-version command:ATLAS Version: 8.0.16ATLAS Home:...
View Article