Questions tagged [atlassian-plugin-sdk]

the Atlassian plugin tag is for questions related to the Atlassian plugins SDK from the company Atlassian

the Atlassian plugin tag is for questions related to the Atlassian plugins SDK from the company Atlassian

222 questions
0
votes
1 answer

javax.naming.NoInitialContextException: Cannot instantiate class: org.apache.naming.java.javaURLContextFactory

I'm trying to get a connection to jira's default database (HSQL) using the following java code: InitialContext initalContext = new InitialContext(); Context context = (Context) initalContext.lookup("java:comp/env"); dataSource…
Ashwani Verma
  • 39
  • 1
  • 11
0
votes
1 answer

Failed to execute "atlas-run-standalone --product jira "

I am new to atlassian-plugin-sdk, while running the command atlas-run-standalone --product jira, I am getting the following error C:\Users\aaaaa>atlas-run-standalone --product jira Executing: "D:\atlassian-plugin-sdk\apache-maven-3.2.1\bin\mvn.bat"…
Nandhini V
  • 21
  • 3
0
votes
1 answer

How to add another bulk operation?

Jira allows to add web fragments on different locations. I'd like to write a plugin that adds another bulk operation but can neither find a location (if this done via a web fragement at all) nor a hint in the Jira Plugin Module Types how to add such…
Chris
  • 480
  • 1
  • 5
  • 11
0
votes
1 answer

Stash Login issue in atlassian

I created skeletal stash plugin project (atlas-create-stash-plugin) and issued the atlas-run command. And during the build stash was deployed into Tomcat. I haven't configured stash yet and I am prompted for login in the first screen. How do I login…
Naveen Dennis
  • 1,223
  • 3
  • 24
  • 39
0
votes
1 answer

Acknowledging the Save button when configuring a slow-loading gadget

My gadget takes a long time to load. When the user edits the configuration and clicks Save, currently nothing happens for a long time (during which the user wonders what's going on and repeatedly clicks Save), and then (after that long time of…
user3735178
  • 129
  • 10
0
votes
1 answer

Why do issue view page requires an extra refresh to see the customfield value?

I am updating my custom field pro-grammatically if custom field is left blank. I found a question on stack related to this which helped in saving/updating custom field value correctly.I referred this stack question . As I said I am updating custom…
Sukane
  • 2,632
  • 3
  • 18
  • 19
-1
votes
1 answer

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 allegedly you can implement custom hooks as java…
wdc
  • 2,623
  • 1
  • 28
  • 41
-1
votes
0 answers

QSH Verification, I have tried to verify qsh string but i get a "abc" qsh instead of the "def" qsh from the JWT token

I have used this video to properly understand how JWT QSH is created from a SHA hashed conical request https://www.youtube.com/watch?v=5EpEMKPbUjU I also have gone through, this site Understanding JWT.…
-1
votes
1 answer

If one job failed in bamboo it does not fail the build

I tried to execute two Power-shell script. 1st one is incorrect and 2nd one is correct but bamboo shows Successful build.
-1
votes
1 answer

How to update custom field in jira 7+ using java

Answers to this question are outdated or incomplete on all the sources that I checked. Here are some examples: Delete issue in JIRA using Java How do I save a value into a custom field in JIRA programmatically? JIRA creating issue using…
-1
votes
1 answer

Error in Atlassian Connect Hello World example

I am trying to get Atlassian Connect working. However I am facing with following issue: When I run the command to start JIRA in OnDemand mode, I am faced with following error: Executing: "c:\atlassian-plugin-sdk\apache-maven-3.2.1\bin\mvn.bat"…
Jay
  • 1,210
  • 9
  • 28
  • 48
-2
votes
2 answers

Section definition in Atlassian RefApp?

I am trying to insert a web-item into top level menu section.
1 2 3
14
15