All Projects → PacktPublishing → JIRA-Development-Cookbook-Third-Edition

PacktPublishing / JIRA-Development-Cookbook-Third-Edition

Licence: other
JIRA Development Cookbook Third Edition Published by Packt

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language

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

Suggestions and Feedback

Click here if you have any feedback or suggestions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].