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
The blocker text in the popup report is reset to the default message every time the user clicks Generate.
If a user edits the blocker section in the popup preview and then regenerates the report, their custom blocker text is lost and replaced with the default blocker text again. This makes the blocker section behave inconsistently with the editable preview workflow.
Steps to Reproduce
Steps to reproduce the behavior:
Open the Extension
Generate a scrum report
Edit or replace the default blocker text with a custom message
Click Generate again
Check the blocker session
Expected Behavior
The custom blocker text should remain unchanged across normal report generation until the user explicitly resets it, such as by clearing the cache.
Generates editable scrum updates
Actual Behavior
The custom blocker text is overwritten by the default blocker message after clicking Generate again.
Screenshots
User edit blocker message force refresh to default when click Generates
Screen.Recording.2026-04-13.184637.mp4
User's custom message reset to default when tried to generate new report from selected org to all org
Screen.Recording.2026-04-13.184755.mp4
Additional Context
This affects the popup’s editable preview workflow. Since the scrum report is editable, user changes to the blocker section should be preserved across normal regeneration instead of being replaced by the default blocker text.
This also conflicts with the expectation described in the README that Scrum Helper generates editable scrum updates based on the selected date range.
Contribution Checklist
[ x ] I have searched existing issues to ensure this bug hasn't been reported
[ x ] I have provided clear reproduction steps
[ x ] I have included relevant environment details
[ x ] I have described both expected and actual behavior
Bug Description
The blocker text in the popup report is reset to the default message every time the user clicks Generate.
If a user edits the blocker section in the popup preview and then regenerates the report, their custom blocker text is lost and replaced with the default blocker text again. This makes the blocker section behave inconsistently with the editable preview workflow.
Steps to Reproduce
Steps to reproduce the behavior:
Expected Behavior
Actual Behavior
Screenshots
Screen.Recording.2026-04-13.184637.mp4
Screen.Recording.2026-04-13.184755.mp4
Additional Context
This affects the popup’s editable preview workflow. Since the scrum report is editable, user changes to the blocker section should be preserved across normal regeneration instead of being replaced by the default blocker text.
This also conflicts with the expectation described in the README that Scrum Helper generates editable scrum updates based on the selected date range.
Contribution Checklist