I am developing rest plugin for jira atlassian and I have this kind of problem. every time I want that my apis are showing up I need to add empty constructor to my new api in this format im...
Hello, Inside my atlassian-plugin.xml, I got... <properties> <property> <key>boardId</key> <name>name</name> <description>d...
I have custom service in my plugin and I need to have a parameter on the service config tha lets me select some versions . This is what i have so far, the service is working fine but I can...
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