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
- PyPi: https://pypi.org/project/jira/
- rtd: https://jira.readthedocs.io/en/latest/
Installation
pip install jira-agile-toolbox
Documentation
https://jira-agile-toolbox.readthedocs.io/
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", basic_auth=("MYUSERNAME","MYPASSWORD"))
>>> tb = JiraAgileToolBox(my_jira_client)
>>> tb.get_storypoints_from_epic("JAT-001")
{'total': 100, "Reported": 50, "Closed": 50}
-
Ranking a list of epics on top of another one
Example:
>>> from jira_agile_toolbox import JiraAgileToolBox
>>> from jira import JIRA
>>> my_jira_client = JIRA("https://my-jira-server.com", basic_auth=("MYUSERNAME","MYPASSWORD"))
>>> tb = JiraAgileToolBox(my_jira_client)
>>> tb.rank_issues_by_list([my_jira_client.issue("JAT-001"), my_jira_client.issue("JAT-003")], my_jira_client.issue("JAT-005"))
will rank issues like:
| original | result |
|---|---|
| JAT-010 | JAT-010 |
| JAT-005 | JAT-001 |
| JAT-003 | JAT-003 |
| JAT-002 | JAT-005 |
| JAT-001 | JAT-002 |
-
more explanation and examples can be found here
https://jira-agile-toolbox.readthedocs.io/en/stable/#api-documentation
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jira_agile_toolbox-0.0.15.tar.gz.
File metadata
- Download URL: jira_agile_toolbox-0.0.15.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb64d1d6246b527adf278da34575909934e421fb8ab94da00e52a1b732efcf9e
|
|
| MD5 |
9b78b8b5a2a881a1f6effbb806b9fe32
|
|
| BLAKE2b-256 |
e9c3a869e09896e02d787c6f48be624c60e651ecaf86785ab732dda81ff05e23
|
Provenance
The following attestation bundles were made for jira_agile_toolbox-0.0.15.tar.gz:
Publisher:
python-publish.yml on studioj/jira-agile-toolbox
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
jira_agile_toolbox-0.0.15.tar.gz -
Subject digest:
bb64d1d6246b527adf278da34575909934e421fb8ab94da00e52a1b732efcf9e - Sigstore transparency entry: 511503254
- Sigstore integration time:
-
Permalink:
studioj/jira-agile-toolbox@ea964d189740937165a092f88edea306b325f017 -
Branch / Tag:
refs/tags/0.0.15 - Owner: https://github.com/studioj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@ea964d189740937165a092f88edea306b325f017 -
Trigger Event:
release
-
Statement type:
File details
Details for the file jira_agile_toolbox-0.0.15-py3-none-any.whl.
File metadata
- Download URL: jira_agile_toolbox-0.0.15-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d9c8d58d071effc35a4829abc7e3a4e3ffa0e84e4c43eaa2840832d183ece56
|
|
| MD5 |
51e222fcafec6a2fde38b74d64252358
|
|
| BLAKE2b-256 |
90e3af929680e7b8f611f0a8c159a268e2b1832284de897e0aa284df02d9d893
|
Provenance
The following attestation bundles were made for jira_agile_toolbox-0.0.15-py3-none-any.whl:
Publisher:
python-publish.yml on studioj/jira-agile-toolbox
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
jira_agile_toolbox-0.0.15-py3-none-any.whl -
Subject digest:
7d9c8d58d071effc35a4829abc7e3a4e3ffa0e84e4c43eaa2840832d183ece56 - Sigstore transparency entry: 511503261
- Sigstore integration time:
-
Permalink:
studioj/jira-agile-toolbox@ea964d189740937165a092f88edea306b325f017 -
Branch / Tag:
refs/tags/0.0.15 - Owner: https://github.com/studioj
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@ea964d189740937165a092f88edea306b325f017 -
Trigger Event:
release
-
Statement type: