Extends standard jira package with agile specific tooling for metrics and administration
Project description
jira_agile_toolbox
A python package which extends the jira package with agile related functionality
For more info about the jira package
Installation
pip install jira-agile-toolbox
Features
-
Getting story points from an epic
Example:
>>> from jira_agile_toolbox import JiraAgileToolBox
>>> from jira import JIRA
>>> my_jira_client = JIRA("https://my-jira-server.com", basicauth("MYUSERNAME","MYPASSWORD")
>>> tb = JiraAgileToolBox(my_jira_client)
>>> tb.get_storypoints_from_epic("PROJ-001")
{'total': 100, "Reported": 50, "Closed": 50}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file jira_agile_toolbox-0.0.4.tar.gz
.
File metadata
- Download URL: jira_agile_toolbox-0.0.4.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9755660db7fc223ffc21086990b7d68d0bb980372df6730567ca787421e1951 |
|
MD5 | 77f5238904d0820cc1d01952e5d0ffab |
|
BLAKE2b-256 | fcc69210a0eb24422796ec4e6a63afa863bb7bc1bc747e6854a7c0b9f2f43492 |
Provenance
File details
Details for the file jira_agile_toolbox-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: jira_agile_toolbox-0.0.4-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cda5d73c7b37a5e734370d9f79ecbfb18c51e632ffce76b712ed18209aa0c4da |
|
MD5 | 01664291b7d0c69ae2634dffd788b9fc |
|
BLAKE2b-256 | ed30071f9ca21885387b1404f6c6b3aa09fb06773e7e74a0347798979b753253 |