npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

paperclip-external-issues-plugin

v0.1.4

Published

Paperclip plugin for synchronizing Jira Data Center, Jira Cloud, or GitHub issues into Paperclip.

Downloads

248

Readme

paperclip-external-issues-plugin

Paperclip plugin for synchronizing external issues from Jira Data Center, Jira Cloud, and GitHub Issues into Paperclip.

Quick Start and Experience

  1. Add one or more providers in plugin settings. Provider settings
  2. Open a Paperclip project and choose the provider to use.
  3. Configure sync. Set the default upstream project or repository and any mapping filters. Project sync settings
  4. Run sync from the project.
  5. Get upstream information in sync view Issue sync view

What It Does and Why

  • Reuses saved issue providers across Paperclip projects.
  • Configures sync per Paperclip project, including filters, mappings, status mappings, and agent access.
  • Syncs issue metadata, comments, assignee, and status both ways where the provider supports it.
  • Tracks sync health per project and provider.
  • Supports cleanup of imported issues from within the project sync flow.
  • Extensible provider model, so new issue providers can be added without reshaping the whole plugin.
  • Minimal Paperclip surface area, focused on issue sync rather than broader project management.
  • Strong project-level configurability, including mappings, filters, status mappings, and agent access.

Support

| Capability | Jira Data Center | GitHub Issues | Jira Cloud | | --- | --- | --- | --- | | Configure provider | Tested | Tested | Implemented, not fully validated | | Select upstream project or repository | Tested | Tested | Implemented, not fully validated | | Import and refresh issues | Tested | Tested | Implemented, not fully validated | | Create upstream issues | Tested | Tested | Implemented, not fully validated | | Read and post comments | Tested | Tested | Implemented, not fully validated | | Search and update assignee | Tested | Tested | Implemented, not fully validated | | Read and update status | Tested | Tested | Implemented, not fully validated | | Project-scoped agent tools | Tested | Tested | Implemented, not fully validated |

Package Notes

  • npm package: paperclip-external-issues-plugin
  • Paperclip plugin id: paperclip-external-issues-plugin
  • Main UI surfaces: settings page, project toolbar button, task detail view, comment annotation, dashboard widget
  • Agent tools are registered statically and authorized at runtime per project and agent allowlist

Development

  • Build: pnpm build
  • Tests: pnpm test
  • Typecheck: pnpm typecheck
  • Dev watch: pnpm dev

Run the usual local verification before publishing:

pnpm typecheck
pnpm test
pnpm build

Publish

  1. Verify pnpm typecheck, pnpm test, and pnpm build
  2. Create a release tag such as v0.1.2
  3. Publish through .github/workflows/release.yml

Jira Data Center OpenAPI

  • Sync spec: pnpm jira:sync-spec --version <jira-version>
  • Generate client: pnpm jira:generate-client --version <jira-version>

Example:

pnpm jira:sync-spec --version 9.12.0
pnpm jira:generate-client --version 9.12.0

Attribution and License

This project is a derivative of paperclip-github-plugin by Álvaro Sánchez-Mariscal.

  • Original project license: Apache-2.0
  • This project license: Apache-2.0
  • License file: LICENSE