Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mastering JIRA 7

You're reading from   Mastering JIRA 7 Become an expert at using JIRA 7 through this one-stop guide!

Arrow left icon
Product type Paperback
Published in Oct 2016
Publisher Packt
ISBN-13 9781786466860
Length 450 pages
Edition 2nd Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Ravi Sagar Ravi Sagar
Author Profile Icon Ravi Sagar
Ravi Sagar
Arrow right icon
View More author details
Toc

Table of Contents (19) Chapters Close

Preface 1. Planning Your JIRA Installation 2. Searching in JIRA FREE CHAPTER 3. Reporting – Using Charts to Visualize the Data 4. Customizing JIRA for Test Management 5. Understanding Zephyr and its Features 6. Sample Implementation of Use Cases 7. User Management, Groups, and Project Roles 8. Configuring JIRA User Directories to Connect with LDAP, Crowd, and JIRA User Server 9. JIRA Add-On Development and Leveraging the REST API 10. Importing and Exporting Data in JIRA and Migrating Configuration 11. Working with Agile Boards in JIRA Software 12. JIRA Administration with ScriptRunner and the CLI Add-on 13. Database Access 14. Customizing Look, Feel, and Behavior 15. Implementing JIRA Service Desk 16. Integrating JIRA with Common Atlassian Applications and Other Tools 17. JIRA Best Practices 18. Troubleshooting JIRA

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

If you install JIRA from an archive file then the JDK needs to be installed and set up separately on your system. The Windows Installer and Linux Installer don't need to install the JDK as these installers come with the JDK in-built.

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. JIRA 7 requires JDK 1.8 to run smoothly.

The steps to install the JDK on Windows are as follows:

  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\). The JDK specific directory, such as C:\Java\jdk1.8.0_92, will be created.
  4. Set the JAVA_HOME windows environment variable. It should point to the directory where JDK is installed, C:\Java\jdk1.8.0_92, on the Windows machine.
  5. Restart your system.

Steps to install the JDK on Linux

Using the link given in the preceding section, download the JDK RPM installer, jdk-8u92-linux-x64.rpm, and install it at a location of your choice.

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

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime