...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: ...
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.
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