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 Stash


Stash is the on-premise Git source code management tool for the enterprise. It is another application from Atlassian that provides you with all the great DVCS features and benefits such as GitHub, but lets you keep it on your own server.

In this recipe, we will integrate JIRA with Stash so that developers can see what changes are made against a given issue.

Getting ready

Since we will be using Stash in this recipe, you need to have a Stash instance running on your system. If you do not have one, you can download a free Stash trial from https://www.atlassian.com/software/stash.

How to do it…

Perform the following steps to integrate JIRA with Stash:

  1. Navigate to Administration | Add-ons | Application Links.

  2. Enter your Stash URL and create the application link. JIRA should automatically detect the target application as Stash; if, for some reason, it does not, make sure you select Stash as the Application Type when prompted.

How it works…

The JIRA and Stash integration works...