Skip to content

Releases: Yoshikemolo/mcp-jira-devflow

v0.1.0 - Initial Release

Choose a tag to compare

@Yoshikemolo Yoshikemolo released this 22 Jan 16:48

🎉 Initial Release

First public release of MCP Jira DevFlow - Agent-oriented MCP servers for Jira integration and DevFlow automation.

✨ Features

Jira Core Operations

  • Issue Management: Get, search (JQL), create, update, and transition issues
  • Comments & Changelog: Retrieve issue comments and full change history
  • Board & Sprint Management: List boards, sprints, move issues between sprints
  • Custom Field Mapping: Configure Story Points and Sprint field mappings

DevFlow Automation

  • Sprint Planning: AI-powered velocity-based recommendations
  • Capacity Forecasting: Historical velocity analysis with configurable buffers
  • Sprint Prediction: Success probability and spillover risk assessment
  • Dependency Mapping: Cross-project dependency visualization and cycle detection
  • Release Notes Generation: Automatic compilation from completed work
  • Documentation Generation: Specs, ADRs, test plans from issue hierarchies

Git-Jira Integration

  • Repository Linking: Connect Git repos to Jira projects
  • Branch Name Generation: Convention-compliant names from issues
  • Commit Validation: Conventional commits format checking
  • PR Context Generation: Auto-generate PR titles and bodies from issues
  • Deployment Tracking: Link deployments to issues across environments

Analysis Tools

  • Deep Analysis: Hierarchical issue analysis with anomaly detection
  • SCRUM Guidance: Best practice recommendations for issues
  • Velocity Metrics: Sprint velocity calculation and trends

🔧 Technical

  • Built with TypeScript and Model Context Protocol (MCP)
  • Monorepo structure with shared utilities
  • Supports Node.js >= 20.0.0
  • MIT License

📦 Packages

  • @anthropic/mcp-jira - Core Jira MCP server
  • @anthropic/shared - Shared utilities and types