Atlassian Import — a Poltergeist plugin
Browse and import Jira issues and Confluence pages into your Poltergeist vault. This is the import tab, extracted from core so it's opt-in — install it only if you use Atlassian.
Install
In Poltergeist: Plugins → install from git with URL:
https://github.com/nikrich/poltergeist-atlassian-import
Requires Poltergeist v0.6.0+ (for the plugin sidecar bridge) and a configured Jira/Confluence connector (Settings → Connectors). If the connector isn't configured, the tab shows a call-to-action instead.
How it works
Renderer-only plugin (no main process). All data goes through the host's guarded sidecar bridge (api.sidecar.request → the existing /v1/import backend): browse Confluence spaces/pages and Jira issues, multi-select, and import in a batch with live progress. Failed items stay selected for retry.
Develop
npm install
node build.mjs # → dist/renderer.mjs (committed)
MIT