Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
forked frompycontribs/jira

Python JIRA Library is the easiest way to automate JIRA.

License

NotificationsYou must be signed in to change notification settings

lendup/jira

 
 

Repository files navigation


https://readthedocs.org/projects/jira/badge/?version=latesthttps://api.travis-ci.org/pycontribs/jira.svg?branch=masterhttp://api.flattr.com/button/flattr-badge-large.pngRequirements Status

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 useBountySource to motivate others to help.

Quickstart

Feeling impatient? I like your style.

fromjiraimportJIRAjira=JIRA('https://jira.atlassian.com')issue=jira.issue('JRA-9')printissue.fields.project.key# 'JRA'printissue.fields.issuetype.name# 'New Feature'printissue.fields.reporter.displayName# 'Mike Cannon-Brookes [Atlassian]'

Installation

Download and install usingpip install jira oreasy_install jira

You can also trypip install --user --upgrade jira which will install orupgrade jira to your user directory. Or maybe you ARE using avirtualenvright?

Usage

See thedocumentation 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-demandJIRA instance that we can use for continous integration testing.
  • JetBrains for providing us with free licenses ofPyCharm
  • 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.pnghttp://blog.jetbrains.com/pycharm/files/2015/12/PyCharm_400x400_Twitter_logo_white.pnghttps://upload.wikimedia.org/wikipedia/en/9/90/PremiumSoft_Navicat_Premium_Logo.pnghttp://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

About

Python JIRA Library is the easiest way to automate JIRA.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python98.1%
  • Other1.9%

[8]ページ先頭

©2009-2025 Movatter.jp