Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 678 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 678 Bytes

jira2py

jira2py is a Python package designed for seamless integration with JIRA API. It provides an intuitive and modular approach to managing issues, searching for data, handling fields, and interacting with JIRA. The package is built on top of the official Jira API and simply wraps the API calls into a Pythonic interface.


Features

  • Issue Management: Retrieve and update JIRA issue data.
  • JIRA Query Language (JQL) Support: Search for issues using powerful JQL expressions.
  • Field Management: Fetch metadata about JIRA fields and map between field names and IDs.
  • Changelog Retrieval: Retrieve the history of changes for specific issues.