Skip to main content

Redmine Kanban

@webframp/redmine-kanbanv2026.04.30.1· 1d agoWORKFLOWS·REPORTS
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"
02Workflows1
@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
03Reports2
@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
04Stats
A
91 / 100
Downloads
0
Archive size
11.5 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive0/1missing
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Has description1/1earned
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared1/1earned
  • Verified public repository2/2earned
05Platforms
06Labels