GithubHelp home page GithubHelp logo

zouxiaoliang / jira Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pycontribs/jira

0.0 1.0 0.0 697 KB

Python JIRA Library is the easiest way to automate JIRA.

Home Page: https://github.com/pycontribs/jira

License: BSD 2-Clause "Simplified" License

Makefile 0.34% Python 99.00% Shell 0.66%

jira's Introduction

JIRA Python Library

https://pypip.in/py_versions/jira/badge.svg?style=flat https://pypip.in/license/jira/badge.svg?style=flat https://pypip.in/download/jira/badge.svg?style=flat https://pypip.in/version/jira/badge.svg?style=flat https://pypip.in/egg/jira/badge.svg?style=flat https://pypip.in/wheel/jira/badge.svg?style=flat
https://api.travis-ci.org/pycontribs/jira.svg?branch=master https://pypip.in/status/jira/badge.svg?style=flat http://api.flattr.com/button/flattr-badge-large.png

This library eases the use of the JIRA REST API from Python and it has been used in production for years.

As this is an open-source project that is community maintained, do not be surprised if some bugs or features are not implemented quickly enough. You are always welcomed to use BountySource to motivate others to help.

Quickstart

Feeling impatient? I like your style.

from jira import JIRA

jira = JIRA('https://jira.atlassian.com')

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 [Atlassian]'

Installation

Download and install using pip install jira or easy_install jira

You can also try pip install --user --upgrade jira which will install or upgrade jira to your user directory. Or maybe you ARE using a virtualenv right?

Usage

See the documentation for full details.

Credits

In additions to all the contributors we would like to thank to these companies:

  • Atlassian for developing such a powerful issue tracker and for providing a free on-demand JIRA instance that we can use for continous integration testing.
  • JetBrains for providing us with free licenses of PyCharm
  • Travis for hosting our continous integration
  • Navicat for providing us free licenses of their powerful database client GUI tools.
  • Citrix for providing maintenance of the library.
https://www.atlassian.com/dms/wac/images/press/Atlassian-logos/logoAtlassianPNG.png https://www.jetbrains.com/pycharm/docs/logo_pycharm.png https://upload.wikimedia.org/wikipedia/en/9/90/PremiumSoft_Navicat_Premium_Logo.png http://www.citrix.com/content/citrix/en_us/go/pocketplan/_jcr_content/par/sectionblock_1/sectionPar/contentblock/contentPar/col_control/colPar-1/image.img.jpg/1396300197957.jpg

jira's People

Contributors

ssbarnea avatar bogdan-marchis avatar vassius avatar bspeakmon avatar simplicityguy avatar jonromero avatar markeganfuller avatar mattwtstudley avatar fikander avatar coddingtonbear avatar dbaxa avatar faolisilva avatar msabramo avatar freeseacher avatar digitalresistor avatar asqui avatar fastcat avatar mibanescu avatar ronaldevers avatar tomikall avatar vitaly4uk avatar bardal avatar awurster avatar abn avatar thedavecollins avatar davidszotten avatar jegger avatar dvj avatar franciscoruiz avatar fpierfed avatar

Watchers

zouxiaoliang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.