Skip to content- Added Confluence integration with 27 new tools across 7 categories
- Confluence shares same credentials as Jira (no extra env vars needed)
- Confluence tools include: spaces, pages, comments, labels, attachments, properties, and search
- Added Confluence client with dual API support (v2 + v1)
- Added confluence-types.ts for type definitions
- Updated AccountManager to create ConfluenceClient for each account
- Fixed repository URL in package.json
- Version bump
- Updated README with complete tool catalog (89 tools)
- Fixed CI: auto-format Python files with ruff
- Fixed CI: add dependency-groups for uv sync —dev compatibility
- Sanitized repo for public release
- Added jira_epic_workflow tool for Git workflow generation from Epics
- Improved error messages for authentication failures
- Added jira_suggest_project tool for project name/key generation
- Added jira_get_metrics tool for API request statistics
- Added filter management tools (9 tools)
- Added jira_execute_filter for running saved JQL filters
- Added issue link tools (4 tools)
- Support for all standard Jira link types
- Added webhook management tools (6 tools)
- Webhook lifecycle: create, list, refresh, delete, failed
- Added attachment tools (4 tools)
- Base64 encoding for file uploads
- Attachment metadata retrieval
- Added time tracking tools (6 tools)
- Worklog CRUD operations
- Time estimate management
- Added field configuration tools
- Get/update field visibility and requirement settings
- Added custom field tools
- Get/set individual field values on issues
- List custom fields with filtering
- Added create meta tool for field discovery
- List all available fields (system + custom)
- Added bulk operations (6 tools)
- Bulk transition, update, delete, move, label, assign
- Operation verification for bulk operations
- Added multi-account management (5 tools)
- Runtime account add/remove/switch
- Account connection testing
- Added operation verifier module
- Automatic verification of create/update/transition operations
- Deep equality comparison for field verification
- Added structured logging with correlation IDs
- MCP-compatible stderr output
- Metrics collection for request/response tracking
- Added rate limiter with exponential backoff
- Jitter to prevent thundering herd
- Request queue for concurrency control
- Rate limit header parsing
- Added sprint analytics tools (4 tools)
- Sprint reports, velocity, burndown chart data
- Added sprint management tools (9 tools)
- Full sprint lifecycle: create, start, complete, delete
- Added board and user tools
- Board listing and details
- User search and current user info
- Added project management tools (5 tools)
- Project CRUD and key validation
- Added comment tools (4 tools)
- Comment CRUD with pagination
- Added JQL search with configurable fields and pagination
- Added issue transition support
- Automatic transition discovery
- Added issue update and delete
- Field-level updates with validation
- Added issue creation with Zod validation
- Support for all standard issue types
- Initial release
- MCP server with stdio transport
- Basic issue retrieval (jira_get_issue)
- Jira REST API v3 client
- Environment-based configuration