🔵 JIRA Handbook

A quick-reference guide to JIRA for project management

Overview

JIRA (by Atlassian) is the most widely used project tracking and issue management tool in software development. It supports Scrum boards, Kanban boards, bug tracking, and roadmaps.

Vendor Atlassian  Editions JIRA Software, JIRA Service Mgmt  Integrates Confluence, Bitbucket, GitHub

Core Concepts

Issue Types

Issue Fields

Scrum Board in JIRA

JQL – JIRA Query Language

Query Example Purpose
project = "PROJ" AND status = "In Progress" Active work in a project
assignee = currentUser() My issues
sprint in openSprints() Current Sprint items
priority = High AND status != Done High priority open issues
created >= -7d Issues created in last 7 days

Common Interview Topics