I wanted to hide some issue link outward & inwards strings of Link type from the Link Issues Popup Window using java script. I have tried using java script but I am not getting the popup screen from the java script. Please see the screenshot be...
Im trying to write a gadget inside a jira plugin and I've encountered some problems even with a very simple one. Currently I'm trying to get a response from a simple java class i wrote. Following code is located in my gadget.xml: He...
I am creating a web application using Sane stack, which uses Ember.js on the client side as a JavaScript framework, and on the server side it uses Sails.js as a node.js framework. I structured my application architecture as follows: I am trying...
I'm creating a JavaScript app for a Smart TV to show dashboards on the tv. I get the list of dashboards with the JIRA REST API. The url I use for this is: jira/rest/api/2/dashboard?startAt=&maxResults= afterwards I create a wallboard as fo...
I'm looking for the JS library similar to the one used in Jira Workflow editor (example below). I need to visualize dependencies between elements and probably(in the future) make it configurable by mouse (with drag'n'drop). P.S. I...
I've written some Javascript for a JIRA instance that automatically fills a field when creating an issue. It works just as expected if I open the 'Create Issue' screen in a new window. However, when 'Create Issue' appears in a di...
I'm trying to create an issue but it returns the "XSRF check failed" error. I'm using the following code: $.ajax({ async: true, crossDomain: true, url: 'https://testejiraloupen.atlassian.net/rest/api/2/issue',...
How to include web resources in Atlassian Jira 4.4 plugin? atlassian-plugin.xml: <web-resource key="statistics-resources" name="statistics"> <resource type="download" name="statistics.js" location="...
Anyone know of a Javascript (jquery or otherwise is fine too) client library for accessing JIRAs XML-RPC API? Even just some examples of an xml-rpc call (to JIRA) from js would be useful. I know they have a new SOAP/Json API but I'm working agai...
How can i make the fields Require dynamical on the basis of the radio checks, means if i select the option A then few custom fields should changed to require even if they are optional from the field configuration. or is their any way to do it with th...
©2020 All rights reserved.