https://github.com/felixthec/jira_srcum_velocity
https://github.com/felixthec/jira_srcum_velocity
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/felixthec/jira_srcum_velocity
- Owner: FelixTheC
- License: mit
- Created: 2022-07-13T13:40:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-08T19:50:42.000Z (almost 3 years ago)
- Last Synced: 2025-03-12T12:17:47.116Z (2 months ago)
- Language: Python
- Size: 86.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://badge.fury.io/py/sprint-velocity)

[](https://github.com/psf/black)
[](https://pycqa.github.io/isort/)# Jira Sprint Velocity
- generate a Sprint Velocity Matplotlib Graph## How To Use
```shell
$ jira_statistics --help```
## Used Jira Filter
- to get all issues for generating the Velocity we're using following Statement
```shell
project = and issuetype in subTaskIssueTypes() AND Sprint = AND (resolution = unresolved or resolved >= )
```## Authentication
- the rest api from jira uses a Bearer Token, this Token can be created directly in Jira under Profile## Example Result
