Created by Salman Al Qureshi Linkedin: Salman Qureshi
Overview
Agile Principles
JQL (Jira Query Language) is used to search and filter issues within Jira. It allows for creating complex queries to find specific issues based on different criteria. Here's an overview of key concepts and examples:
In Jira, fields refer to the properties or attributes of an issue, such as summary
, description
, status
, assignee
, priority
, etc. These fields are used to store information about each issue in Jira.
Example in python
The Jira REST API allows you to interact with Jira programmatically over HTTP. You can use the API to create, update, delete, and retrieve issues, among many other tasks, without having to interact with the Jira UI.