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