Book Image

Mastering JIRA

By : Ravi Sagar
Book Image

Mastering JIRA

By: Ravi Sagar

Overview of this book

<p>JIRA is an issue-tracking tool from Atlassian and has gained immense popularity in recent years due to its ease of use and, at the same time, its customization abilities and finely grained control over various functions. JIRA offers functionalities for creating tasks and assigning them to users and many useful add-ons can be added such as JIRA Agile for Agile tracking and Groovy scripts, a powerful tool for administering customizations for customizations.</p> <p>This book explains how to master the key functionalities of JIRA and its customizations and add-ons, and is packed with real-world examples and use cases. You will first learn how to plan JIRA installation. Next, you will be given a brief refresher of fundamental concepts and learn about customizations in detail. Next, this book will take you through add-on development to extend JIRA functionality. Finally, this book will explore best practices and troubleshooting, to help you find out what went wrong and how to fix it.</p>
Table of Contents (23 chapters)
Mastering JIRA
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
Index

System requirements


JIRA requires a Java Developers Kit (JDK) or Java Runtime Environment (JRE) platform to be installed on your server's operating system.

Procedure to install the JDK

You can download the JDK from http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html.

Select the version relevant to your operating system and architecture.

Note that some users reported that JIRA doesn't work all the time with Java 8; in this case, it's safe to install Java 7 on the machine.

Download JDK 7 from http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html.

The steps to install the JDK on Windows are:

  1. Uninstall any earlier version of Java that was installed on your system.

  2. Restart your system.

  3. Using the downloaded installer, you can install the JDK at C:\java (don't install it in C:\Program Files\).

  4. Set the JAVA_HOME windows environment variable. It should point to C:\java on the Windows machine.

  5. Restart your system.

Steps to install the JDK on Linux

With the RPM installer, download the JDK and install it at a location of your choice.

Set the JAVA_HOME variable as export JAVA_HOME = /path/to/java.