-
Suggestion
-
Resolution: Fixed
-
None
We are in the process of working towards an upgrade to Jira 4. We have a few plugins that we have developed that make use of JIRA Agile information when it is available in an installation. Some examples of the information we access or tasks performed:
- Use of version start dates when available
- Use of master version information when available
- Registration of certain projects with JIRA Agile context on new project creation
In Jira 4, now that the classloaders are segregated with the use of OSGI, it looks like we are having problems accessing the classes we need to make this happen.
As a workaround we have modified the manifest file in the JIRA Agile jar to add the following:
Export-Package: com.pyxis.greenhopper.jira.configurations,com.pyxis.greenhopper.jira.boards.context
This at least solves our first 2 issues (haven't looked into the 3rd item I mention above yet), as we are now able to access these APIs from our plugin. I am no OSGI expert, so not sure if Export-Package is the best route, but can the generated plugin artifacts distributed by Atlassian be created in a way where we can access the APIs from our plugins?
- is detailed by
-
JSWSERVER-1137 As a plugin writer I would like to be able to push a new entry in my cards or summary
- Closed
-
JSWSERVER-1167 Provide a SOAP API to release a version through GreenHopper
- Closed
-
JSWSERVER-2475 As a Plugin Developer I would like to update the Rank of an issue using an API
- Closed
- is duplicated by
-
JSWSERVER-1238 Document the plugin access point for GreenHopper
- Closed