A quick-reference guide to JIRA for project management
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
| 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 |