I have gone through the below tutorial for creating issues using JIRa 5.0.
But i am using JIRA 4.2.1 along with sdk 3.2.3.
I am not able to execute the atlas-create-jira-plugin-module to create a servlet.
however i have created manually, but some of the imports such as
import com.atlassian.sal.api.user.UserManager;
import com.atlassian.templaterenderer.TemplateRenderer;
import com.atlassian.crowd.embedded.api.User;are throwing build error.
can any one give me help me with link/tutorials to create issues using JIRA 4.2.1?
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '2efccae4e6
fcfefcb82c0bf500dd5d3debab5676'; remote = '<!DOCTYPE' - RETRYING
Downloading: http://www.laughingpanda.org/maven2/org/twdata/maven/maven-cli-plug
in-parent/0.6.9/maven-cli-plugin-parent-0.6.9.pom
1K downloaded (maven-cli-plugin-parent-0.6.9.pom)
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '2efccae4e6
fcfefcb82c0bf500dd5d3debab5676'; remote = '<!DOCTYPE' - IGNORING
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
It seems to a broken checksum calculation of org.twdata.maven:maven-cli-plugin-parent:0.6.9:pom at the server side. Try to use another repository server e.g. maven central.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What was the output of the failed atlas-cli? It is only the dependency part of the pom, isnt it?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Always use the latest SDK (actually 3.10.4). The version of the SDK is independent of the version of the target product. You should provide the Jira version in the pom and the sdk takes it into account. In this way the above mentioned tutorial should work well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have installed sdk 3.10.4 and the JIRA version i am using is 4.2
Please find the pom.xml
<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>atlassian-jira</artifactId>
<version>4.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.atlassian.jira</groupId>
<artifactId>jira-func-tests</artifactId>
<version>4.2</version>
<scope>test</scope>
</dependency>
</dependencies>
However, i have ran the atlas-cli, which got failed.
How to overcome this problem, are i am missing anything?
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.