Skip to main content

Generating a Matplotlib plot to see the scrum velocity for a sprint.

Project description

Python application Code style: black Imports: isort

Jira Sprint Velocity

  • generate a Sprint Velocity Matplotlib Graph

How To Use

$ jira_statistics --help

Used Jira Filter

  • to get all issues for generating the Velocity we're using following Statement
project = <project> and issuetype in subTaskIssueTypes() AND Sprint = <sprint_id> AND (resolution = unresolved or resolved >= <sprint_start_date>)

Authentication

  • the rest api from jira uses a Bearer Token, this Token can be created directly in Jira under Profile

Example Result

SprintVelocity

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

sprint_velocity-1.0.5.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

sprint_velocity-1.0.5-py3-none-any.whl (8.9 kB view hashes)

Uploaded Python 3

Supported by

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