- Notifications
You must be signed in to change notification settings - Fork0
Python JIRA Library is the easiest way to automate JIRA.
License
lendup/jira
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
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]'
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?
See thedocumentation for full details.
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.
About
Python JIRA Library is the easiest way to automate JIRA.
Resources
License
Stars
Watchers
Forks
Packages0
Languages
- Python98.1%
- Other1.9%