FreeSDN Plugin Registry
← All plugins

integration

Jira Tickets

Opens a Jira issue when a FreeSDN alert fires and closes it when the alert resolves. One issue per alert, deduplicated across repeat firings, with a severity floor so only what you care about becomes work.

integrationjiraticketingitsmalerting

Package

Plugin ID
jira-tickets
Version
1.0.1
Author
FreeSDN
Minimum core
26.06.1
Python
>=3.11
SHA-256
245d379d94ec8e7ad440ee424ce17521ba22b388a688213e8a754dc7b959c10b

Install

From inside FreeSDN, open Plugins › Marketplace, sync the catalogue, and install Jira Tickets. The instance verifies the catalogue signature before ingest and the archive checksum before unpacking.

To install the archive directly instead:

curl -fSLO https://registry.freesdn.org/dl/jira-tickets-1.0.1.zip
sha256sum jira-tickets-1.0.1.zip
# expect: 245d379d94ec8e7ad440ee424ce17521ba22b388a688213e8a754dc7b959c10b

Then upload the ZIP under Plugins › Install from file.

Plugins run in-process with the API. The loader applies import hygiene, ZIP-slip and ZIP-bomb guards, hash-pinned dependencies and per-action permission caps, but it is a cooperative trusted-author model and not a security sandbox. Install what you would be willing to run as application code.

Source and issues →