actions-marketplace-validations/Notion Burndown Chart
Generates Burndown Chart based on Scrum backlog in Notion database
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| NOTION_KEY | Notion integration access token | yes | — |
| NOTION_DB_BACKLOG | Notion Database ID of Sprint Backlog | yes | — |
| NOTION_DB_SPRINT_SUMMARY | Notion Database ID of Sprint Summary | yes | — |
| NOTION_DB_DAILY_SUMMARY | Notion Database ID of Daily Summary | yes | — |
| NOTION_PROPERTY_SPRINT | Name of the property with the sprint number | yes | — |
| NOTION_PROPERTY_ESTIMATE | Name of the property with the estimate | yes | — |
| NOTION_PROPERTY_PATTERN_STATUS_EXCLUDE | Regex of the statuses of stories which are done | yes | — |
| INCLUDE_WEEKENDS | True if weekends should be included in the chart, false otherwise. | no | true |
| SPRINT_START | True if it is the start of a new sprint, false otherwise. When true, a new entry will be created in the Sprint Summary database, and the sprint end date will be 14 days later (sprint start day excluded). Note that new sprint summary will not be created if today is still in the middle of the last sprint. | no | false |
Outputs
no outputs