1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Python Jira
###########
Python library to work with Jira APIs
.. toctree::
:numbered:
installation
examples
jirashell
advanced
contributing
api
This documents the ``jira`` python package (version |release|), a Python library designed to ease the use of the
Jira REST API. Some basic support for the Jira Agile / Jira Software REST API also exists.
Documentation is also available in
`Dash
<dash-feed://https%3A%2F%2Fjira.readthedocs.io%2Fen%2Flatest%2Fjira.xml>`_ format.
The source is stored at https://github.com/pycontribs/jira.
The release history and notes and can be found at https://github.com/pycontribs/jira/releases
Indices and tables
******************
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|