Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The plugin client library is distributed in the form of a Jar file. You simply download the file using the link below and add it to the classpath of your tests. 

Jarpom.xml
Uber Jar
CompatibilityVersion Notes
java-client-1.7.0.jarjava-client-1.7.0.pomJBehave 5.0 compatibility
  • Aligns Jira HTML reporter implementation to the JBehave API version 5.0

java-client-1.6.8.jar

Status
colourGreen
titlelatest

pom_1.6.8.xml
java-client-1.6.8-uber.jar
Jira plugin minimum version - 5.0.7
  • support for using JQL filter when searching for Jira issues with stories

java-client-1.6.7.jar

pom_1.6.7.xml
java-client-1.6.7-uber.jar

  • ability to specify socket timeout period for REST calls

java-client-1.6.6.jar

pom_1.6.6.xml
java-client-1.6.6-uber.jar

  • fix for duplicate reporting of scenarios with examples
  • improved scenario examples reporting

java-client-1.6.5.jar

pom_1.6.5.xml
java-client-1.6.5-uber.jar

  • fix for project keys with numbers

java-client-1.6.4.jar

pom_1.6.4.xml
java-client-1.6.4-uber.jar

  • fix for using issue filter parameters
java-client-1.6.3.jarpom_1.6.3.xml
java-client-1.6.3-uber.jar

  • fix for reporting the underlying error message returned from Jira plugin in case of Rest call issues
  • BUG: not possible to use any issue filter parameters

java-client-1.6.2.jar

pom_1.6.2.xml
  • minor update for compatibility with jbehave-core 4.7 version
pom_1.6.0.xmlJira plugin minimum version - 4.0.0
JBehave core minimum version - 4.7
  • jbehave-core dependency upgraded to version 4.7
java-client-1.1.5.jar pom_1.1.5.xml
  • supports OAuth 1.0a 
java-client-1.1.4.jar  java-client-1.1.3.jar  java-client-1.1.2.jar  java-client-1.1.1.jar  java-client-1.0.1.jar
Integrating with your CI build  


Integrating with your CI build  


Integrating with your CI build  


Integrating with your CI build  


Integrating with your CI build


Maven Users

If you are using maven then you can install the downloaded file into your local repository with the help of maven's install plugin using a command like the one below:

...