How to right import greenhopper dependency and servises into plugin?

Igor Guzenko May 21, 2014

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

2 answers

1 accepted

0 votes
Answer accepted
Igor Guzenko May 21, 2014

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

0 votes
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 21, 2014

You're probably better off using Agile's REST api as nothing worth while is exposed in the add on.

Igor Guzenko May 21, 2014

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.

Laszlo Kremer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 2, 2014

Timothy: How do I access Agile's REST api and objects from a listener addon?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events