Hi Atlassian, we have faced an issue when using our connect app alongside the New Navigation and Atlassian’s Company Hub. Our connect app uses the web entry point "atl.general" to load content into...
Hello, I’m using Jira Data Center (v9.15.2) and attempting to run the basic ScriptRunner examples provided under "Example Scripts," specifically the "Show Web Panel" script highlighted in yellow. Ho...
Dear community, sorry for maybe a trivial question but I have been fighting with this for quite a time. I am unable to implement AJS.RestfulTable on Jira issue inside ScriptRunner's Web Pan...
I've added resources folder in setenv.sh. Then added web panel with condition jiraHelper.project.key in ('someProjectKey') And then I installed web resources for my web panel to hide collapse...
We'd like to be able to see the latest work logged on our Active Sprints board on the right hand side in the details view. We want to be able to see both the remaining estimate and either the last or...
Problem I'm trying to solve: I would like to programmatically display a banner message if our Jira instance was being accessed via a URL other than the base URL configured for the application (prefe...
I create a web panel using jira plugin. In this plugin I want to dispaly some attributes in a table. Now it looks like this: when i click this post data button i will run the function in the js...
I have a plugin which modifies the right-hand side of issue view, and I want to refresh the content of the velocity template (call the getContextMap() method of the web-panel's ContextProvider) every...
i've built a web panel that generates a "gantt view" of issues related to a single issue. All is working wonderfully, except that in some cases the content is too big to display in the left panel of ...
HI, I wanted to show the plugin web panel based on the issue type and the component matched it not then simply it should not display it. What I did is...in java class i get the issue type and compo...
Hi, we want to add a web panel showing 4 custom fields. But the custom fields are also shown under "Details". Is it possible to hide the fields from the "Details" panel or just move them to the new ...
Hi, we are using Jira 8.2.1 and Scriptrunner 5.6.8.1. We added a Web Panel on the Issue View where we show some custom field values. The custom fields are multi-line text types but on the issue view...
...ira administrators. ArchivingIndicator.java -> public Map<String,Object> getContextMap(ApplicationUser user, JiraHelper jiraHelper) { String get=Optional.ofNullable(“myinput”).orElse(""); M...
I have a web panel displayed on jira issue details view page. The content of this web panel should be refreshed after a click on a submit button (that also exist on same webpanel section). The cont...
Hi, I have tried the basic web panel example and it displays web panel's title on the location atl.jira.view.issue.right.context. Clicking on it, loads the URL linked to this web panel in...
I have a panel with a condition that depends on the state of the active object. I change the state of this object by making a post request to my REST API, so the state of the object changes, but the ...
Hi, I'm having a trouble when trying to custom the Jira's issue detail page. Usually, the issue detail page, we have a link to view the workflow's graphic. Now I That web-panel has the id="deta...
I uploaded new files using back and restore and could see now bottom page shows Error rendering WebPanel (com.atlassian.confluence.plugins.confluence-create-content-plugin:all-resources/Conflu...
Hello, I can render html in CustomField, setting the wikirender for it. How can we display html (rendered) in custom web-panel using velocity template from Java variable? What I've tried so ...
Hi, Is it possible to POST/PUT data to custom web-panel via REST API? For example, update "hello world" in myPanel web-section to "123" using REST? Thanks in advance.
Hi, I'm developing Jira Plugin, now my task is to insert custom read-only text field into my web-panel in issue view screen (like Zephyr add-on does, see screen) I've read multiple answers, i...
Hi, I am trying to restrict a web panel to appear only on pages for which I can use the following condition in the atlassian-connect.json file - { "condition": "has_page" } But there d...
Hi everyone, I have a strange problem and I don't know how to fix it. I added a web panel on the right context of the issue and a velocity view resource. When I open the project address (i.e. .../...
I am working on a web panel using Script Runner. I have the content I want in the panel from a number of custom fields, now I am trying to determine how to properly render those fields. When I use: ...
Copied to clipboard