Installation¶
Requirements¶
Python 3.12 or later
A Jira Cloud instance with an API token
Install from PyPI¶
Using uv:
uv add pyjiraV3
Using pip:
pip install pyjiraV3
Install from Source¶
git clone https://github.com/faulander/pyjira.git
cd pyjira
uv sync
Dependencies¶
pyJiraV3 has minimal runtime dependencies:
Verify Installation¶
import pyjira
print(pyjira.__version__)