I had created a custom button using script runner fragments (custom web item). location 'operations-top-level'. Do what = Do nothing - you will use javascript to bind an action. Link = empty (re...
In Jira, after much research, I was able to add custom dropdown web item on the top navigation bar using ScriptRunner Fragments. Now my question: is it possible to add icon/image/avatar on the...
Hi Community :) is it possible to configure the width of the toplevel bar? Regarding the AUI docs this should be possible at all, but I don't see how. Even on a 3440p screen the width of aui-...
I am trying to create a web item in scriptrunner Fragment, and the section I have added is not showing up. I have used the Web location locator and none of the locations I see on this webpage exist i...
Hello Community, This is my plugin application description: I have a web-item button,I need to click the button to trigger the REST I wrote myself and refresh the current page. So I refer to JavaS...
Hi there! Can anyone help me. I have some problem with adding web-item by using scriptrunner web fragment. So the case is: 1 - I need to add some <div> inside atl.jira.view.issu...
Hello community, I use scriptrunner to automate a lot of processes in Jira. Thanks a lot for this great addon to Jira. But now I come up with a question: I want to add a new web item (with a web se...
Recently, I am learning JIRA plug-in development,I defined a drop-down button in the system.top.navigation.bar, I hope I can display multiple button. There is no support for multi-level displays lik...
I would like to send a SOAP call if the user click on my WebItem which found in the issue. I tried to add the soap call into a page which opens on clicking the webItem, but it doesn't worked. Can y...
Hi, I'm developing bamboo plugin. So, I add web item in global header. So that I wrote the code like this in atlassian-plugins.xml <web-item key="user-access-log-view" section="header.global.pri...
Hello, everyone I added new custom web item via sciptrunner in jira. It should be shown only when current user didn't have permission to browse project. My condition (is not work): import com.atla...
i, I am trying to create a quick link to create related items via a button in some of my issues. The goal will be to pre-populate much of the create issue page. I have tried this...
When using the "Run Code..." option I would expect to see a way to enter the code to be run and a reference to a flag or dialog. Neither are given, the link field remains. Is this an error in the Scr...
I am working on web item fragments and in "run code and open dialog" option, Is there a way to block the UI until the dialog is opened, Just like when clicked on transition button the UI will be un-c...
Hi everyone. Am implementing a JIRA plugin for my company, working with JIRA sdk. I am working on the 'atlassian-plugin.xml' file. I have included a '<web-item>' element and, as an element of...
Trying to add a duplicate button to quick edit an issue when looking at the agile sprint board except any web-item I add shows up as a dropdown instead of a button as shown in the pic below, &nb...
Hi everyone I would like to have a condition like : a AND (b OR c) is there a way to define it in the atlassian-plugin.xml?? thanks in advance!!
Hi i've some question. Is it possible to set an Issue.value (e. g. assignee) with an Restendpoint and a webItem. In my case the code is running but the set is not performed. import com.atl...
I am building a addon using Atlassian connect in Javascript. I'm trying to display a dialog in UI based when i recieve a webhook event. For example, when a comment is created, I wish to display a d...
How do you trigger a java class to execute when a web item is clicked? I would also like to be able to open a modal dialog window with the executed java. I have seen situations in which people creat...
...om.atlassian.plugin.web.api.WebItem; import com.atlassian.plugin.web.api.provider.WebItemProvider; import java.util.Map; public class MyWebItemProvider implements WebItemProvider { @O...
...cceso-a.description">Acces to...</description> <label key="item-acceso-a.label"/> <link linkId="item-acceso-a-link" /> </web-item> <!-- Public ...--> <web-s...
....WebItemProvider; import com.google.common.collect.Lists; import java.util.List; import java.util.Map; public class QueueProvider implements WebItemProvider { @Override public I...
I want to create a custom dropdown list similar to the picture: I was able to create a button using web item and the transition all location. How can I make it into a drop down with custom links...
Hi, I have created a web-item located in operations-top-level. The menu text is longer than usual, and as a result is truncated (see linked screenshot). Is it possible possible to displa...
Copied to clipboard