JIRA Tutorial: A Complete Hands-on How-To-Use JIRA Guide

By Vijay

By Vijay

I'm Vijay, and I've been working on this blog for the past 20+ years! I’ve been in the IT industry for more than 20 years now. I completed my graduation in B.E. Computer Science from a reputed Pune university and then started my career in…

Learn about our editorial policies.
Updated November 6, 2024

Atlassian JIRA Tutorial Series of 20+ Hands-on Tutorials:

What is JIRA?

Atlassian JIRA  is an issue and project tracking software to plan, track and manage your projects. JIRA is mainly used by agile development teams to customize your workflows, team collaboration, and release software with confidence.

For your convenience we have listed all the JIRA tutorials in this series:

Atlassian JIRA Training Tutorial

JIRA Tutorial List

Tutorial #1:  Introduction to Atlassian JIRA
Tutorial #2:  JIRA Download, Installation, and License Setup
Tutorial #3:  How to Use JIRA as a Ticketing Tool
Tutorial #4:  How to Create Sub-Task with Example
Tutorial #5:  JIRA Workflows and Reports
Tutorial #6:  Administration and User Management
Tutorial #7:  JIRA Agile Tutorial
Tutorial #8:  Agile Project Portfolio Management Plug-in for JIRA
Tutorial #9:  Scrum Handling with JIRA
Tutorial #10:  JIRA Dashboard Tutorial
Tutorial #11:  Zephyr for JIRA Test Management
Tutorial #12:  Atlassian Confluence Tutorial
Tutorial #14:  Test Automation for JIRA with Katalon Studio
Tutorial #15:  Integrate JIRA With TestLodge
Tutorial #16:  Top 7 Most Popular JIRA Plugins
Tutorial #17:  7 Best JIRA Alternatives in 2018
Tutorial #18:  JIRA Interview questions
Tutorial #19: Jira Time Tracking: How To Use Jira Time Management?
Tutorial #20: Complete Guide To Tempo Timesheets: Installation & Configuration
Tutorial #21: Jira Cloud Advanced Roadmaps


Let’s start with the first tutorial in this Training Series!!

Introduction to JIRA

Before we get into what this project tracking tool is, how it can be used and who it is used by, I want to lay out some ground rules that will help us learn any tool easily and effectively in a short period of time.

Jira Logo

I personally think that learning any tool has 2 phases to it:

  • Understanding the underlying process
  • Learning the tool itself- features/capabilities/shortcomings, etc.

Take the case of JIRA. Think that you are a newbie and know nothing about it. You have heard about it from various friends, online references, etc. You want to try your hand at it. How can you do that?

Ask yourself these questions:

  • What kind of tool is it?
  • Who uses it?
Pro Tip: When you are learning a tool (or any other software) and you want to get a non-technical description, Wikipedia is the best place to start. Since the wiki is aimed at a general audience, the information will be easy for you to understand without being overwhelming.

JIRA is an Incident Management tool. What is Incident Management? This is the stage when you forget all about the tool and work on the process.

Before we see more details about this tool, let’s get familiar with the incident management process.

Incident Management Process Overview

Any task that is to be completed can be considered an incident.

Top 10 Incident Management Requirements are:

  1. An Incident has to be created
  2. Additional information needs to be added to the Incident to make the description comprehensive
  3. Each stage of its progress should be marked and moved along the steps until completion
  4. The stages or steps that the Incident needs to go through should be defined
  5. It might be linked to other Incidents or have some child incidents
  6. Incidents might have to be grouped according to some common rules
  7. Concerned people should be aware of the incident creation/change in the state
  8. Others should be able to provide their feedback on certain defects
  9. The Incident should be searchable
  10. Reports have to available if we need to see any trends

Whether it is JIRA or any other incident management tool, they should be able to support these core 10 requirements and enhance them if possible, right?  In this series, we will look into how JIRA fares with respect to our list.

Download And Install

It is a Defect tracking/Project Management tool by Atlassian, Inc. It is a platform-independent software.

You can download and try it free for 30 days at this page: Download JIRA

Who Uses This Software?

Software project development teams, help desk systems, leave request systems, etc.

Coming to its applicability to QA teams, it is widely used for Bug tracking, Tracking project-level issues- like documentation completion and for tracking environmental issues. Working knowledge of this tool is highly desirable across the industry.

Basics of JIRA Tool

JIRA in its entirety is based on 3 concepts.

Atlassian JIRA
  • Issue: Every task, bug, enhancement request; basically anything to be created and tracked is considered an Issue.
  • Project: A collection of issues
  • Workflow: A workflow is simply the series of steps an issue goes through starting from creation to completion.

Say the issue first gets created, goes to being worked on and when complete gets closed. The workflow in this case is:

Atlassian JIRA workflow

Let us get hands-on.

Once you create a trial, an OnDemand account gets created for you and you will be able to login to it.

Atlassian JIRA 1

Once logged in, the Dashboard page is displayed (unless otherwise chosen) to the user. The Dashboard page gives a snapshot of the description of the project you belong to; issue summary and the activity stream (the issues that are assigned to you, the issues that you created, etc).

Atlassian JIRA 2
Pro Tip: When you are trying to create/modify a certain issue under a project for the first time, it really helps to know about the project itself.

You can do that by going to the main menu and choosing the Project name from the “Projects” dropdown.

Atlassian JIRA 3

We defined earlier that a project is a collection of issues. Item number 6 in our list – the feature that enables the grouping of the issues is fulfilled with this concept. Projects have components and versions under it. Components are nothing but subgroups within a project based on common grounds. Also, for the same project, different versions can be tracked.

Every project has the following main attributes:

  • Name: as selected by the administrator.
  • Key: It is an identifier that all the issue names under the project are going to start with. This value is set during the creation of a project and cannot be modified later even by an administrator.
  • Components
  • Versions

For instance, take a web-based application; there are 10 requirements that need to be developed. There will be 5 more features added to it later on. You can choose to create the project as “Test for STH” version 1 and Version 2.  Version1 with 10 requirements, version 2 with 5 new ones.

For version 1 if 5 of the requirements belong to Module 1 and the rest of them belong to module 2. The module 1 and module 2 can be created as separate units

Note: Project creation and management in JIRA is an admin task. So we are not going to cover project creation and will continue the discussion using an already created project.

Taking the details in the above example, I have created a project in JIRA called “Test for STH”, the key is “TFS”. So, if I create a new issue, the issue identifier will start with TFS and will be “TSH-01”. We will see this aspect in the next session when we create issues.

How the Project details are displayed:

JIRA Tutorial

Please note the left-hand side navigation.

When I choose the “Components” option, it displays the two components within the project:

JIRA Tutorial 1

When I choose the versions option, the versions within the project are displayed

JIRA Tutorial 2

Choose Roadmap option, the version information is displayed along with dates giving a general idea about the important milestones in the project.

JIRA Tutorial 3

Choose the calendar option to view the milestones date wise:

JIRA Tutorial 4

At this point, there are no issues created for this project. If there were, you will be able to see all of them by choosing “Issues” from the left navigation menu.

In the next session, we will learn how to download and install JIRA and all about working with JIRA issues. Please feel free to post your questions and comments below.

NEXT Tutorial

Was this helpful?

Thanks for your feedback!

Recommended Reading

  • JIRA Administration

    Learn Jira Admin Aspects: JIRA Administration and User Management Tutorial We learned about the JIRA workflow in detail in our previous tutorial. We are going to learn all about the JIRA Administration today. This is a unique opportunity to learn the admin aspects of a Project/Incident/Test Management tool. Not all…

  • TestRail Test Management for Jira

    A Detailed Review Of TestRail Test Management For Jira Tool. Learn Easy to Use Test Automation Plugin TestRail for Jira to Manage, Track and Organize Tests: If you are working in the field of Software Testing, then you might be familiar with TestRail, the popular Test Management tool that comes…

  • jira zephyr

    A Complete Guide to Zephyr for Jira Test Management Plugin and Various Reports: We learned more about JIRA dashboard in our previous tutorial. Here, we will explore more about Zephyr Jira. With Zephyr Jira, one can do all the testing inside Jira. This means tests/test cases can be created, viewed,…

  • ATLASSIAN JIRA AND GITLAB INTEGRATION

    Atlassian Jira and GitLab Integration Tutorial: Installation & Configuration JIRA is a very powerful issue and project tracking tool and is most popularly known by its use for bug tracking as well. The other tools from Atlassian suite which cover the ALM approach and that are tightly integrated with JIRA…

  • Installation And Setting up Jira License

    A Complete Overview of Jira Download, Installation and Setup: In this informative JIRA series, we had a brief introduction on JIRA tool in our previous tutorial. We will go through the installation procedure of Jira with a step-by-step guide for Jira download, installation and license setup. Topics covered in this article:…

  • jira dashboard

    A Complete Guide to Creating Jira Dashboard Quickly: We explored Scrum Handling in JIRA in our previous tutorial. Jira dashboard displays various gadgets and one can easily track the progress of the tasks/issues collectively on one page. For remote cross-border distributed teams, a dashboard can provide important information about both…

  • Agile Project Portfolio Management Plug-in for JIRA

    JIRA Portfolio, an Agile Project Portfolio Management Plugin Hands-on Review: In this excellent JIRA series, we learned how to use JIRA effectively for managing Agile projects in our previous tutorial. Portfolio for JIRA is the latest release of Atlassian’s Agile Project Portfolio Management plug-in for JIRA. Its purpose is to facilitate…

  • ATLASSIAN JIRA AND SUBVERSION INTEGRATION

    A Step-By-Step Guide to JIRA and Subversion SVN Integration: JIRA is a very powerful issue & project tracking tool and is most popularly known by its use for bug tracking as well. The other tools from the Atlassian suite which cover the ALM approach and that are tightly integrated with…


74 thoughts on “JIRA Tutorial: A Complete Hands-on How-To-Use JIRA Guide”

  1. Hi Vijay,
    I have completed payment for the Software testing career package book today. Wondering when I should receive it.Thanks!

    Reply
  2. We have just started using JIRA, thanks for the detailed information to start with. We are looking for Test management tools supported by JIRA. Wondering if you have any tutorials on that too? If not that would be a good idea to do one.. 🙂

    Reply
  3. When I click download, system required some information including payment information. After expiry of 30 day free trail, Jira will charge me $10/month? Can anybody share me the experience about charge. Thanks Vijoy!

    Reply
  4. Hi,

    what is the JIRA workflow and please tell me about the screens in jira….why we are using screens…

    Thanks……….

    Reply
  5. In the project creation above you give the key as TFS and then say the first issue will be STH-01. Why is it not TFS-01?

    Reply
  6. IT is a nice ,easy, understandable, straightforward content for jira tool .

    Thank you so much for providing such a straightforward information.

    Reply
  7. I went through all 6 tutorials and side by side exploring/learning JIRA UI as well and I must say that these tutorials covered each and every aspect of learning content and in very detailed and eloborative mode with mapped screenshots.

    Reply
  8. Hello vijay,
    Currently i’m working on project with JIRA. It’s been really helpful for me to understand about it well. Thank you so much.!!

    Reply
  9. Nice article,
    for all those asking for help and information the manuals and user help documents can be viewed/ downloaded free from the Atlassian Jira website (https://confluence.atlassian.com/alldoc/atlassian-documentation-32243719.html)
    Atlassian also have a great and friendly user base on:
    https://answers.atlassian.com/

    The Jira UI and structure has recently been changed in v7. There are also many plug ins and tools for Jira.

    Jira will by most companies be configured to match their criteria. So it could be difficult to answer some of the question raised.
    I am the Jira admin for our company 200 users and approx 40 projects. Keeps me busy

    Reply
  10. I am very happy to see Jira on your website. Its very informative. Looking anxiously for future articles. STH is providing us so much valuable information selflessly….good going
    One more suggestion please from my side, after Jira please could u also provide some articles on Bugzilla also…..Please……
    Thanks in advance…….:-)

    Reply
  11. where else would I have found an explanatn thts so easy to understand. I am an MBA in Finance but keen to start my career with Manual Testing.And now I think I “CAN”…Thanks 🙂

    Reply
  12. Hi,
    I am new to JIRA,please can any tell me about the JIRA architecture and Post function…….why we need post fucntions in JIRA and uses…….

    Thanks…..
    sandhya

    Reply
  13. Hi,
    I am new to JIRA,please can any tell me about the JIRA architecture and Post function…….why we need post fucntions in JIRA and uses…….

    Thanks…..
    sandhya

    Reply
  14. i our office we are using this JIRA tool but it’s customized version. actually we are not able to see these menus as per the screen.

    Reply
  15. This article recently had been updated on 2-dec-2019 ,but when clicked on the download link the screenshots in this blog are totally different from scrum template.please clarify it

    Reply
  16. Great post and awesome steps on testing aspirants. I wish to have a reference about this at our blog! We are posting about software and further SDLC classification as per the modern software paradigm. Thanks

    Reply
  17. Hi ,
    during jira installatin got below hard message “The HTTP port 8080 you have chosen appears too be in use.
    Please choose a different port number”. Please help me out to get resolved.
    Regards
    Jai

    Reply
  18. Hi,
    I click on Download link, it’s display the Try jira 30 for days free here two options
    1) OnDemand
    2)Download
    so witch version i download
    plz help me
    Thanks.

    Reply
  19. Thanks Vijay , i did work on JIRA long time ago and almost forgot but your tutorial really helped me a lot !
    Thanks

    Reply

Leave a Comment