how to use greenhopper or aglie through java api

h November 7, 2017

<dependency>
<groupId>com.atlassian.jira.plugin</groupId>
<artifactId>jira-greenhopper-api</artifactId>
<version>6.7.12</version>
</dependency>

i use it in pom.xml

2 answers

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 8, 2017

Greenhopper is the original name for what became the Agile add-on, which became the Jira Software application with Jira 7.

"How to use it" is basically "write code for it", we can't really tell you more than that.

h November 9, 2017

i just want to through java api create Sprint or Aglie project,the rest api can't do it;

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 9, 2017

Try sprintManager.createSprint()

h November 9, 2017

i try use SprintManager,this method depends on jira-greenhopper-plugin.jar

------------------------------------------------------------------------

<dependency>
    <groupId>com.atlassian.jira.plugins</groupId>
   <artifactId>jira-greenhopper-plugin</artifactId>
   <version>6.7.12</version>
</dependency>

------------------------------------------------------------------------

This is part of my pom.xml code ,I import this package failed;

0 votes
Gregor Kasmann_Actonic
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.
November 7, 2017

Which API are you going to use grom "greenhopper or aglie"?

h November 8, 2017

i want to created  a sprint through java api

Suggest an answer

Log in or Sign up to answer