Jira: the standard for issue management
Jira (by Atlassian) is one of the most widely used tools to manage work and defects. Everything is represented as an 'issue': stories, tasks, bugs… Each issue moves through a configurable status workflow.
| Concept | What it is |
|---|---|
| Issue | Unit of work (bug, task, story) |
| Workflow | Set of states and transitions |
| Priority / Labels | Classify and filter issues |
| JQL | Query language to search issues |
sql
project = "WEB" AND type = Bug AND status = Open AND priority = HighJQL example: open high-priority bugs
QuestionToca para voltear
What is JQL in Jira?
In Jira, a bug reported by QA is represented as…