Skip to content

Latest commit

 

History

History
44 lines (37 loc) · 1.98 KB

File metadata and controls

44 lines (37 loc) · 1.98 KB

#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