I want just use greenhopper classes in my plugin. Like Sprint, Swimlane, QuickFilter and other... How I can import all it correctly in my plugin. Thanks for reading:)
<dependency>
<groupId>com.atlassian.jira.plugins</groupId>
<artifactId>jira-greenhopper-plugin</artifactId>
<version>6.3.13.1</version>
<scope>provided</scope>
</dependency>
Add dependecy with version provided in my jira instance. And all works fine:)
You're probably better off using Agile's REST api as nothing worth while is exposed in the add on.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just parse activeobjects.xml from jira's backup.zip, I need parse only info from jira-agile tables. And I want to use greenhopper model classes, for don't write model itself.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Timothy: How do I access Agile's REST api and objects from a listener addon?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.