You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
This script generates a burn down chart for a specific GitHub repository and sprint. It visualizes the progress of tasks and their completion over time. The chart is saved as an image file, which can be easily shared or embedded in other documents.
Requirements
GitHub issues must be labeled correctly:
In order for the script to generate a burn down chart, the issues in the GitHub repository must be labeled correctly. Each issue must have the following labels:
Atask label to indicate that it is a task that needs to be completed
A label with the sprint number, in the formats0{number}, where{number} is the sprint iteration number (e.g.,s01 for the first sprint)
Make sure that all issues are labeled correctly before running the script, otherwise the chart may not be generated correctly.