Synapse Configuration
Last updated
Define runtime options and user preferences that shape Synapse behaviour.
Jira administrators
Team leads defining delivery conventions
Users tuning personal panel behaviour
Synapse installed in Jira
Access to the panel in a Jira issue
Decide whether to enable auto-generate-on-open for your workflow.
Store auto-generate preference in browser localStorage on each user device.
During refine, configure output style:
Toggle grouping
Toggle BDD style
Edit titles and BDD text
Reset individual items when required
Use dry-run as a default guardrail before create-subtasks mode.
In development contexts, use diagnostics (self-test, payload debug, DEV badge) for targeted checks.
Auto-generate-on-open: user-level browser setting (localStorage)
Refine controls: per-session editing and toggles in panel UI
Dry-run mode: validates creation path without writing subtasks
Create-subtasks mode: writes linked subtasks to Jira issue
Preference appears lost across browsers: localStorage is browser-specific.
Users expect dry-run to create issues: dry-run does not write to Jira.
Diagnostics visible in development only: expected behaviour.
Last updated