otariidae/iteration burndown status action

provide burndown status of the current iteration in GitHub Project

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokena GitHub token with read access to the projectyes
login-nameorganization nameyes
project-numberproject numberyes
point-field-namefield name of estimated story pointsnopoints
iteration-field-namefield name of iterationnoIteration
status-field-namefield name of statusnoStatus
status-completed-valuevalue of status that represents completednoDone
grouping-field-namefield name of groupingno
namedescription
remaining-pointssum of points of remaining project items in the current iteration
total-pointssum of points of all project items in the current iteration
remaining-business-daysremaining business days in the current iteration
total-business-daystotal business days in the current iteration
grouping-resultsa JSON object that contains the sum of points of remaining project items in the current iteration for each group type: Record<string, { remainingPoints: number, totalPoints: number }>