otariidae/iteration burndown status action
provide burndown status of the current iteration in GitHub Project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | a GitHub token with read access to the project | yes | — |
| login-name | organization name | yes | — |
| project-number | project number | yes | — |
| point-field-name | field name of estimated story points | no | points |
| iteration-field-name | field name of iteration | no | Iteration |
| status-field-name | field name of status | no | Status |
| status-completed-value | value of status that represents completed | no | Done |
| grouping-field-name | field name of grouping | no | — |
Outputs
| name | description |
|---|---|
| remaining-points | sum of points of remaining project items in the current iteration |
| total-points | sum of points of all project items in the current iteration |
| remaining-business-days | remaining business days in the current iteration |
| total-business-days | total business days in the current iteration |
| grouping-results | a 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 }> |