jira-python

A library to ease use of the JIRA 5 REST APIs
Download

jira-python Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Ben Speakmon
  • Publisher web site:
  • http://bitbucket.org/bspeakmon_atlassian/

jira-python Tags


jira-python Description

jira-python is a Python library that eases the use of the JIRA REST API from Python applications.QuickstartFeeling impatient? I like your style. from jira.client import JIRA options = { 'server': 'https://jira.atlassian.com'} jira = JIRA(options) issue = jira.issue('JRA-9') print issue.fields.project.key # 'JRA' print issue.fields.issuetype.name # 'New Feature' print issue.fields.reporter.displayName # 'Mike Cannon-Brookes 'Getting StartedRequirementsThe library works off of Kenneth Reitz's indispensable requests library in addition to standard pieces of the Python library. See setup.py for name and version details.InstallationDownload and install using pip:not yet! coming soon.UsageSee the documentation for full details.Product's homepage


jira-python Related Software