Book Image

JIRA 6.x Administration Cookbook

By : Patrick Li
Book Image

JIRA 6.x Administration Cookbook

By: Patrick Li

Overview of this book

Table of Contents (16 chapters)
JIRA 6.x Administration Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Viewing JIRA logs online


Often, when an error occurs, you as the administrator will need to examine the JIRA log files to pinpoint the exact problem. Normally, in order to get access to the logs, you will need to either SSH into the server or download the file using an FTP client, and in a locked-down environment, you will have to request this via your IT team, which could lead to a long turn-around time.

In this recipe, we will look at how you can access your JIRA log files from the JIRA UI, trail its contents online, and download them directly.

Getting ready

For this recipe, we need to have the Home Directory Browser for JIRA add-on installed. You can download it from the following link and install it with the UPM:

https://marketplace.atlassian.com/plugins/com.atlassian.sysadmin.homedirectorybrowser

How to do it…

Perform the following steps to access the JIRA log files from the JIRA UI:

  1. Navigate to Administration | Add-ons | Home Directory Browser.

  2. Click on the log directory link to view its...