Description from extension meta
Adds an Analyse button to Jira filters. Uses python and bokeh library to do charting and forecasting.
Image from store
Description from store
agileben-jira-forecaster
Use this extension to forecast "when will my project be done":
- Runs a monte-carlo simulation to forecast future created and resolved issues
- Interactive chart: burn-up (shows created and resolved over time with forecast)
- Interactive chart: open issues (shows open issues over time with forecast)
- Also: Instant search of all your issues
- Bonus: Summary of your open issues by Epic / Parent
When you click Analyse it loads the CSV data from your filter into memory. Data never leaves your computer.
The csv file is analysed using Python running *locally* in your browser using the amazing Pyodide library (Python in javascript / wasm).
The charts use the python library Bokeh.
Most of the code was written by ChatGPT over a weekend.
New
- Modify the python code and hit "re-run" to try new visualisations (hint: ask ChatGPT to write the code!)
Inspiration
- Inspired by the generous publications of Troy Magennis's analysis excel tools (https://github.com/FocusedObjective/FocusedObjective.Resources) and
- the tool ActionableAgile by 55 Degrees (https://actionableagile.com/)
Licence:
- This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. (c) Ben Hogan 2023
- Free for non commercial use (You can't sell this)
- CC share alike: include attribution: "Based on https://github.com/agileben/agileben-jira-forecaster by Ben Hogan"
Latest reviews
- (2023-08-07) Philippe Elias: It doesn't work in Jira Data Center, only Jira Cloud (with URL *.atlassian.com). My company uses an internal URL to access Jira. Others extensions work well with Jira Data Center but not this one.
- (2023-05-30) Ben Hogan: Email me with any issues, or contact me on twitter @agileben - still in development