Skip to content

AUGSpb/JIRA-Development-Cookbook-Third-Edition

 
 

Repository files navigation

#JIRA Development Cookbook - Third Edition This is the code repository for JIRA Development Cookbook - Third Edition, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish. ##Instructions and Navigations All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.

The code will look like the following:

<settings>
…
<proxies>
<proxy>
<active>true</active>
<protocol>http</protocol>
<host>proxy.demo.com</host>
<port>8080</port>
<username>demouser</username>
<password>demopassword</password>
<nonProxyHosts>localhost|*.demosite.com</nonProxyHosts>
</proxy>
</proxies>
…
</settings>

This book focuses on JIRA development. You need the following software as a bare minimum: JIRA 7.x+ JAVA 1.8 Maven 3.x Atlassian Plugin SDK 6.x+ An IDE of your choice. The examples in the book use Eclipse. A database supported by JIRA. The examples in the book use H2DB, which comes with standalone JIRA.

##Related Products

About

JIRA Development Cookbook Third Edition Published by Packt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.6%
  • JavaScript 1.4%