# sprint-analysis **Repository Path**: mirrors_nortal/sprint-analysis ## Basic Information - **Project Name**: sprint-analysis - **Description**: Help Visualise Sprints - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Sprint Analysis =============== Although JIRA has tons of options to add charts based on your favourite queries and filters it is kind of difficult (or impossible) to generate certain charts. For example I've been especially interested in the split of how much time was spent on bugs, improvements or engineering tasks. Also quickly highlighting issues that we've haven't estimated too well is a big plus when you go over the sprints stats after the sprint. Live Demo =============== There is a live demo available at http://toomasr.com/sprint-analysis/ . To use is you need to export your issues from your JIRA filter to XML format and then drag and drop it to the webpage. Private Installation ===================== Check this repository out to a folder on a server that has PHP installed. Create a subfolder **uploads** and make sure that the web server has the rights to write files into that folder. The tool will store the XML files there and also log some debug log. I've added a htaccess rule to make sure the log file is not readable over HTTP. Screenshot --------------- ![Screenshot](https://raw.githubusercontent.com/toomasr/sprint-analysis/master/images/screenshot-001.png)