Skip to main content

Redmine Kanban

@webframp/redmine-kanbanv2026.08.21.1· 1d agoWORKFLOWSREPORTS
01README

Kanban workflow reports and automation for Redmine.

Provides opinionated flow metrics, sprint summaries, and story scaffolding workflows built on top of the @webframp/redmine model. Designed for teams using Kanban-style pull-based workflows with Redmine issue tracking.

Quick Start

swamp extension pull @webframp/redmine-kanban

# Requires a @webframp/redmine model instance named "tracker"
swamp model create @webframp/redmine tracker \
  --global-arg host=https://your-redmine.example.org \
  --global-arg apiKey=YOUR_API_KEY \
  --global-arg project=your-project

# Run the scaffold-story workflow
swamp workflow run @webframp/scaffold-story \
  --input subject="ADDS | LDAP | Implement Geographic Redundancy"
02Release Notes

2026.08.21.1

Changed: Both reports' internal getData helper now logs the data path and underlying error when a stored issue-list/issue-detail resource can't be read or parsed, instead of silently treating a real read/parse failure the same as a genuinely absent resource. The reports still degrade gracefully (no throw) — this only makes an unexpected failure visible in the workflow logs instead of masking it as "no data available."

2026.08.20.1

Changed: Bump @webframp/redmine 2026.08.14.1 → 2026.08.20.1

2026.08.15.1

Changed: Bump @webframp/redmine 2026.07.18.1 → 2026.08.14.1

2026.07.24.1

Changed: Bump dependency pin:

  • @webframp/redmine 2026.07.09.1 → 2026.07.18.1
03Workflows1
@webframp/scaffold-storyscaffold-story-001

Create a Redmine story with structured fields. Creates a parent story issue using the story template format. Child tasks can be added afterward using the create_issue method with the parentId set to the created story's ID.

create-storyCreate the parent story issue in Redmine
1.create-parenttracker.create_issue— Create the story with provided details
04Reports2
@webframp/flow-metrics-reportworkflow
flow_metrics_report.ts

Computes cycle time, lead time, throughput, and WIP age from Redmine issue journals

redmineflow-metricskanbancontinuous-improvement
@webframp/sprint-summary-reportworkflow
sprint_summary_report.ts

Summarizes current sprint status with breakdowns by status, tracker, and assignee

redminesprintkanbanstatus
05Previous Versions7
2026.08.20.1

2026.08.20.1

Changed: Bump @webframp/redmine 2026.08.14.1 → 2026.08.20.1

2026.08.15.1

Changed: Bump @webframp/redmine 2026.07.18.1 → 2026.08.14.1

2026.07.24.1

Changed: Bump dependency pin:

  • @webframp/redmine 2026.07.09.1 → 2026.07.18.1

updated dependencies

2026.08.15.1

2026.08.15.1

Changed: Bump @webframp/redmine 2026.07.18.1 → 2026.08.14.1

2026.07.24.1

Changed: Bump dependency pin:

  • @webframp/redmine 2026.07.09.1 → 2026.07.18.1

updated dependencies

2026.07.24.1

2026.07.24.1

Changed: Bump dependency pin:

  • @webframp/redmine 2026.07.09.1 → 2026.07.18.1

updated dependencies

2026.07.20.1

2026.07.20.1

Changed: Refreshed the dependency pin to the latest published release. No behavioral changes to the flow-metrics/sprint-summary reports or the scaffold-story workflow.

Upgrade note: Bumps @webframp/redmine 2026.04.30.2 → 2026.07.09.1, pulled automatically with this extension.

updated dependencies

2026.07.18.1

2026.07.18.1

Changed: Version bump only, no code changes.

2026.05.21.1
2026.04.30.1
06Stats
A
100 / 100
Downloads
13
Archive size
14.9 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
07Platforms
08Labels