Skip to content

Iptv Assist

Learn More from us

Menu
  • HOW TO
  • Firestick
  • Chromecast
  • PC Apps
  • Lg Smart TV
  • IPTV Services
  • Automation Testing
  • Smart TV
  • Software Testing Tools
  • Contact Us
Menu

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

Posted on March 26, 2023

Best Iptv Service Provider 2023 With 40k+ Channels And 100k+ VOD . 24/7 Suppport . Paypal Supported

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

Best Iptv Service Provider 2023 With 40k+ Channels And 150k+ VOD . Hurry Up

What is JIRA?

Recommended IPTV Service Providers

  1. IPTVGREAT – Rating 4.8/5 ( 600+ Reviews )
  2. IPTVRESALE – Rating 5/5 ( 200+ Reviews )
  3. IPTVGANG – Rating 4.7/5 ( 1200+ Reviews )
  4. IPTVUNLOCK – Rating 5/5 ( 65 Reviews )
  5. IPTVFOLLOW -Rating 5/5 ( 48 Reviews )
  6. IPTVTOPS – Rating 5/5 ( 43 Reviews )

 

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


What You Will Learn:

  • JIRA Tutorial List
  • Introduction To JIRA Software
    • Incident Management Process Overview
    • Download And Install
    • Basics Of JIRA Tool

JIRA Tutorial List

Tutorial #1:  Introduction to Atlassian JIRA Software
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 Software?
Tutorial #20: Complete Guide To Tempo Timesheets: Installation & Configuration


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

Introduction To JIRA Software

Before we get into what this 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.

Atlassian

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

Related

Best Iptv Service Provider 2023 With 40k+ Channels And 150k+ VOD . Hurry Up

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • IPTV List: Best iptv lista 2023
  • IPTV Premium: Best Premium IPTV Service Provider List And Benefits
  • Nikon IPTV Review: Over 10,000 Live Channels for $12/Month
  • Iptvwings. Com Review: +18000 Live IPTV Channels ,+70000 Movies, +40000 TV show For $15/1 month
  • IPTVUNO Review: More Than 16000 Live TV channels, 55,000 Movies & VOD For $15/Month

Recent Comments

  1. IPTV List: Play lista iptv 2022 - Iptv Assist on Best IPTV Player in 2023 for Watching Live TV
  2. Cola IPTV – Over 18,000 Live Channels for $12/Month - Iptv Assist on FileLinked – How to Install on Firestick/Fire TV and Android Devices
  3. Cola IPTV – Over 18,000 Live Channels for $12/Month - Iptv Assist on 50+ Best IPTV Service Providers for Streaming Live TV 2023
  4. XoomsTV IPTV – Over 11,000 Channels & VOD for Under $13/Month on Best VPN for IPTV in 2023 and How to Install on Firestick/Android
  5. Voodoo Streams IPTV Review – Over 12,000 Channels for $11/Month - Iptv Assist on Dynasty TV IPTV Review – Over 6,000 Channels for $10/Month

Archives

  • March 2023

Categories

  • Activate
  • Agile Testing
  • Alternatives
  • Android
  • APK
  • Apple TV
  • Automation Testing
  • Basics of Software Testing
  • Best Apps
  • Breakfast Hours
  • Bug Defect tracking
  • Career in Software Testing
  • Chromebook
  • Chromecast
  • Cross Platform
  • Database Testing
  • Delete Account
  • Discord
  • Error Code
  • Firestick
  • Gaming
  • General
  • Google TV
  • Hisense Smart TV
  • HOW TO
  • Interview Questions
  • iPhone
  • IPTV
  • IPTV Apps
  • Iptv Service SP
  • IPTV Services
  • JVC Smart TV
  • Kodi
  • Lg Smart TV
  • Manual Testing
  • MI TV
  • Mobile Testing
  • Mod APK
  • newestiptv.com
  • News
  • Nintendo Switch
  • Panasonic Smart TV
  • PC Apps
  • Performance Testing
  • Philips Smart TV
  • PS4
  • PS5
  • Python
  • QA Certifications
  • QA Leadership
  • QA Team Skills
  • Quality Assurance
  • Reddit
  • Reviews
  • Roku
  • Samsung Smart TV
  • Screenshot
  • Selenium Tutorials
  • Sharp Smart TV
  • Skyworth Smart TV
  • Smart TV
  • Soft Skills For Testers
  • Software Testing Templates
  • Software Testing Tools
  • Software Testing Training
  • Sony Smart TV
  • Sports
  • Streaming Apps
  • Streaming Devices
  • Tech News
  • Test Management Tools
  • Test Strategy
  • Testing Best Practices
  • Testing Concepts
  • Testing Methodologies
  • Testing News
  • Testing Skill Improvement
  • Testing Tips and Resources
  • Toshiba Smart TV
  • Tutorials
  • Twitch
  • Types of Testing
  • Uncategorized
  • Vizio Smart TV
  • VPN
  • Web Testing
  • What is
  • Xbox
©2023 Iptv Assist | Design: Newspaperly WordPress Theme