Skip to content

Jira Delivery Bridge v1.0.0

Latest

Choose a tag to compare

@mathi0u mathi0u released this 02 May 04:11

Jira Delivery Bridge v1.0.0 is the first public release of a reusable BMad module designed to project delivery visibility into Jira without moving planning ownership out of BMad.

What is included

  • jdb-setup to register module config and help entries
  • jdb-configure-jira-sync to validate the Jira target and seed the module contract
  • jdb-publish-story-sync for story-level publication and previews
  • jdb-publish-sprint-sync for sprint-level summaries and audience-aware reporting
  • jdb-ingest-jira-signals for narrow, controlled Jira-to-BMad advisory or apply flows

Key characteristics

  • BMad remains the source of truth
  • outbound sync is preview-first and conservative about Jira writes
  • return sync is allowlisted and controlled
  • configuration separates shared settings from user-scoped settings
  • reports, previews, and receipts support auditability and operator review

Recommended use

Use this module when you manage delivery inside BMad and need structured Jira visibility for clients, administrative staff, leads, or engineering stakeholders.

Installation

npx bmad-method install --custom-source https://github.com/mathi0u/jira-delivery-bridge --tools claude-code --yes

Notes

  • requires python3
  • uv is recommended for running merge-config.py
  • Jira credentials should be provided through an environment variable such as JIRA_API_TOKEN
  • no secrets should be committed to _bmad config or runtime artifacts