Settings reference
Every toggle and field in the Settings panel, what it does, and when you'd want to change it.
The Settings panel hides behind the gear icon in the header of the options page. Most users never need to change anything — defaults are sane. This page explains every option for when you do.
Behavior toggles
| Toggle | Default | What it does |
|---|---|---|
| Enable autofill | On | Master switch for autofill. Turn off if you only want to insert manually. |
| Replace existing content | Off | If on, autofill overwrites whatever is already in the description. If off, appends. |
| Show toolbar | On | Show the template buttons row above the description. |
| Show dropdown | On | Show the template dropdown. |
| Show context menu | On | Add template entries to the browser’s right-click menu. |
| Quick-access separator | ` | ` |
Allowed domains
The Allowed domains field controls which websites the extension activates on. It’s a comma-separated list of domain fragments matched against the page URL. The defaults are:
jira,trello,atlassian.net,dev.azure.com
If your Jira or Azure DevOps instance uses a custom domain (e.g. jira.yourcompany.com or devops.internal.org), add it here — otherwise the extension won’t inject on those pages. See Getting Started for a walkthrough.
Tip: Each entry is matched as a substring against the full URL, so
jiramatchesjira.example.com,example.com/jira, etc. Be as specific as needed to avoid false positives.
Custom toolbar
For Jira Server installations with non-standard editor toolbars. Toggle Custom toolbar mode and provide the CSS selector of the toolbar element. The extension’s default selector covers most installations.
Statistics
The Statistics section shows how much typing the extension has saved you:
- Templates inserted — total count
- Characters saved — total characters across all inserts
- Time saved — estimated at ~5 characters per second of typing
These are tracked locally only — nothing is sent anywhere.
You can reset the counters by clicking Reset statistics.
Reset
The Reset all button at the bottom of Settings does a full factory reset:
- Deletes all templates
- Resets all settings to defaults
- Restores the three default templates (Story, Bug, Comment)
- Clears statistics
A confirmation dialog appears first. There is no undo for this action — export your templates beforehand.
Release notes
The version button in the page header (e.g. v2026.4.23) opens a dialog with the full release history. Useful for understanding what changed between updates.