Skip to main content

Extends standard jira package with agile specific tooling for metrics and administration

Project description

jira_agile_toolbox

python package workflow python package workflow Quality Gate Status Code style: black PyPI downloads

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jira_agile_toolbox-0.0.15.tar.gz (10.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

jira_agile_toolbox-0.0.15-py3-none-any.whl (6.4 kB view details)

Uploaded Python 3

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

Hashes for jira_agile_toolbox-0.0.15.tar.gz
Algorithm Hash digest
SHA256 bb64d1d6246b527adf278da34575909934e421fb8ab94da00e52a1b732efcf9e
MD5 9b78b8b5a2a881a1f6effbb806b9fe32
BLAKE2b-256 e9c3a869e09896e02d787c6f48be624c60e651ecaf86785ab732dda81ff05e23

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file jira_agile_toolbox-0.0.15-py3-none-any.whl.

File metadata

File hashes

Hashes for jira_agile_toolbox-0.0.15-py3-none-any.whl
Algorithm Hash digest
SHA256 7d9c8d58d071effc35a4829abc7e3a4e3ffa0e84e4c43eaa2840832d183ece56
MD5 51e222fcafec6a2fde38b74d64252358
BLAKE2b-256 90e3af929680e7b8f611f0a8c159a268e2b1832284de897e0aa284df02d9d893

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page