Skip to content

FelixTheC/jira_srcum_velocity

Repository files navigation

PyPI version 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

About

No description, website, or topics provided.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
license.md

Stars

Watchers

Forks

Packages

No packages published

Languages