Metadata-Version: 2.1
Name: jira2py
Version: 0.2.0
Summary: The Python library to interact with Atlassian Jira REST API
Home-page: https://github.com/en-ver/jira2py
Author: nEver1
Author-email: 7fhhwpuuo@mozmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: email_validator==2.2.0
Requires-Dist: pydantic==2.10.4
Requires-Dist: pydantic_core==2.27.2
Requires-Dist: python-dotenv==1.0.1
Requires-Dist: requests==2.32.3

# 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.
