Changelog

Synapse-Jira Changelog

v3.0.0 - 2026-02-04

Automatic Migrations

  • Migrated existing API key configurations to use the new configuration manager.

  • Migrated storage version tracking to use Storm package inits.

Features and Enhancements

  • Added support for Jira Server (on premises) installations.

  • Added new endpoints section in command help to document the endpoints used by each command, accessible via the --help flag.

  • Added new configuration manager commands:

    • jira.config.add

    • jira.config.del

    • jira.config.list

    • jira.config.show

    • jira.config.update

    • jira.config.migrate

  • Added configuration workflows to manage configurations via Optic. This requires Optic v2.128.0 to be deployed.

  • Added jira.issue.byid command to retrieve a specific Jira issue.

v2.0.0 - 2025-01-17

Automatic Migrations

  • Migrated all proj:ticket nodes created by Synapse-Jira to use the :id property instead of the deprecated :ext:id property. These nodes are only migrated if they have the Synapse-Jira meta:source -(seen)> edge.

Features and Enhancements

  • Updated Power-Up to use the :id property instead of deprecated :ext:id property.

  • Updated deprecated $lib.list() usage to JSON style syntax.

v1.4.1 - 2024-11-06

Bugfixes

  • Fix an issue where responses containing issues without a labels key were not handled correctly.

v1.4.0 - 2024-05-15

Features and Enhancements

  • Update documentation to remove references to deprecated Storm elements.

v1.3.1 - 2024-02-20

Features and Enhancements

  • Update deprecated $lib.dict() usage to JSON style syntax.

v1.3.0 - 2023-03-22

Features and Enhancements

  • Update Power-Up to build with code signing.

Bugfixes

  • Fix an issue where attachment downloads could fail silently.

v1.2.0 - 2022-07-13

Features and Enhancements

  • Add an API to access issue search results without creating nodes.

Bugfixes

  • Properly parse Jira time values with time-zone information.

v1.1.0 - 2021-11-03

Features and Enhancements

  • Added support to ingest files attached to issues

v1.0.0 - 2021-08-13

Features and Enhancements

  • Initial release of Synapse-Jira v1.0.0.