You are here: Home / LBN / Up2date / Cloud Computing / BastionLinux 19 / python-jira-0.47-1.lbn19.noarch

python-jira-0.47-1.lbn19.noarch

Package Attributes
RPM  python-jira-0.47-1.lbn19.noarch.rpm Architecture  noarch Size  305152 Created  2019/09/30 06:52:37 UTC
Package Specification
Summary Python library for interacting with JIRA via REST APIs.
Group Application/Internet
License ZPL
Home Page https://pypi.python.org/packages/source/j/jira/jira-0.47.tar.gz
Description

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]

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(FileDigests)  
/usr/bin/python2.7  
rpmlib(CompressedFileNames)  
rpmlib(PartialHardlinkSets)  
rpmlib(PayloadIsXz)  
Provides
python-jira

Document Actions