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

JIRA with other Git repositories


It's also possible to connect your JIRA instance with any Git repository and not just Bitbucket and GitHub. There is an add-on called Git Integration plugin for JIRA that can be installed for such integrations. Perform these steps:

  1. Navigate to JIRA Administration | Add-ons | Find new add-ons and search for git in the search box.

  2. In the search result that appears, select Git Integration Plugin for JIRA. Click on the Free trial button to install and evaluate this add-on:

  3. Once the add-on is installed, navigate to JIRA Administration | Add-ons | Git Repositories (under GIT INTEGRATION PLUGIN).

  4. Click on the Add Git Repository button:

  5. In the popup window, click on the Advanced setup link to add a Git repository with more configuration options. On the next screen, enter the Display Name of the Git repository and provide Repository Root of your Git repository. In our example, we will use a local Git repository hosted and located at the c:\git-repo location. In the Enable Fetches radio button, select Git repository hosted on same server as JIRA. Also, from the Smart Commits drop-down list, select Enabled and click on the Add button to continue:

  6. The Git repository will be added and visible in the list:

Also, click on the Reindex All button in the top-right corner to perform the indexing of the Git repository. As we have enabled the smart commits while configuring the repository, developers can also transition the JIRA issues while they commit the code in Git. To know more about smart commits, read the document at https://confluence.atlassian.com/display/BITBUCKET/Processing+JIRA+issues+with+commit+messages.

Although not free, this add-on opens up a lot of possibilities to use any Git repository in your JIRA instance.