<dependency>
<groupId>com.atlassian.jira.plugin</groupId>
<artifactId>jira-greenhopper-api</artifactId>
<version>6.7.12</version>
</dependency>
i use it in pom.xml
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.
Try sprintManager.createSprint()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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;
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Which API are you going to use grom "greenhopper or aglie"?
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.