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

Integrating JIRA with Google Drive


It is common for organizations today to use some kind of document management system, either on-premise or on the cloud, such as Google Drive, Box, and Dropbox.

In this recipe, we will integrate JIRA with Google Drive, so users will be able to search, link, preview, and download files stored in Google from JIRA.

Getting ready

For this recipe, we need to have the Google Drive in the Atlassian JIRA add-on installed. You can download it from the following link and install it with the UPM:

http://www.appfusions.com/display/GDOCSJ/Home

How to do it…

Perform the following steps to set up an integration between JIRA and Google Drive:

  1. Navigate to Administration | Add-ons | Google Configuration.

  2. Fill in the configuration details for Google. The most important information here is the consumer key and secret.

  3. Click on Save to complete the configuration setup.

  4. To get your Google consumer key and secret, you need to be the domain administrator for your Google account, and navigate...