jira-python
3.0
  • 1. Installation
  • 2. Examples
  • 3. jirashell
  • 4. Advanced
  • 5. Contributing
  • 6. API Documentation
jira-python
  • »
  • Python Jira
  • View page source

Python Jira¶

Python library to work with Jira APIs

  • 1. Installation
    • 1.1. Dependencies
  • 2. Examples
    • 2.1. Quickstart
      • 2.1.1. Initialization
      • 2.1.2. Authentication
        • 2.1.2.1. Cookie Based Authentication
        • 2.1.2.2. HTTP BASIC
        • 2.1.2.3. OAuth
        • 2.1.2.4. Kerberos
      • 2.1.3. Issues
      • 2.1.4. Fields
      • 2.1.5. Searching
      • 2.1.6. Comments
      • 2.1.7. Transitions
      • 2.1.8. Projects
      • 2.1.9. Watchers
      • 2.1.10. Attachments
  • 3. jirashell
  • 4. Advanced
    • 4.1. Resource Objects and Properties
  • 5. Contributing
    • 5.1. Discussion and support
    • 5.2. Contributing Code
    • 5.3. Testing
    • 5.4. Issues and Feature Requests
    • 5.5. Issues
    • 5.6. Pull Requests
  • 6. API Documentation
    • 6.1. JIRA
    • 6.2. Issue
    • 6.3. Priority
    • 6.4. Comment
    • 6.5. Worklog
    • 6.6. Watchers
    • 6.7. JIRAError

This documents the jira python package (version 3.0), a Python library designed to ease the use of the Jira REST API. Some basic support for the GreenHopper REST API also exists.

Documentation is also available in Dash format.

The source is stored at https://github.com/pycontribs/jira.

Until someone will find a better way to generate the release notes you can read https://github.com/pycontribs/jira/blob/master/CHANGELOG which is generated based on git commit messages.

Indices and tables¶

  • Index

  • Module Index

  • Search Page

Next

Last updated on Sep 29, 2020.