...mport javax.ws.rs.Path; import javax.ws.rs.Produces; import javax.ws.rs.core.MediaType; import javax.ws.rs.core.Response; @Path("/import-issues") public class ImportIssuesRestResource { private I...
Hello, Inside my atlassian-plugin.xml, I got... <properties> <property> <key>boardId</key> <name>name</name> <description>d...
...ultiselect</type> <values class="com.mycompany.services.mySelect"/> </property> </properties> </service> public class mySelect i...
Hi For previous versions of Jira I override the ConfigureReport class through a webwork action, in order to set a dynamic value for a date object configuration. I also modified the atlassian-plugin....
I have created a Jira plugin and would like to load a file from CDN (instead of serving it from local files). I have tried the following in the atlassian-plugin.xml, however with no success: ...
Hello, I try to write websection in "atlassian-plugin.xml" with the same weight that already exist, but I get an error. I tried to run without making any changes. I only create a new section a...
Could anyone give me some solution? There, i'm developing an report plugin. When i do some change in atlassian-plugin.xml (e.g I add a <property> in <properties> of <report>). then ...
I am looking for something like: # if jira.baseurl == "http://xxx" CCC #else xzzx #end But my velocity syntax si very limited at this moment.
...ollection<WidgetGroker> grokers; public JiraEventListener(Collection<WidgetGroker> theGrokers) { this.grokers = theGrokers; } @EventListener public void e...
Hello, I want to dynamically set the default value of a property in my report plugin. In particular I want to set it as currentProject* (last project viewed by user). Sample code: <property...
Copied to clipboard
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.