Skip to content

Releases: HainanZhao/mcp-gitlab-jira

v0.1.6

19 Aug 16:03
Compare
Choose a tag to compare

Added

  • Unified JIRA search tool (jira_search_tickets) that replaces 9 individual search tools with intelligent fuzzy matching
  • Fuzzy matching for project names, assignee names, priorities, statuses, and issue types
  • Enhanced text search across summary, description, and comments with multi-keyword support
  • Comprehensive testing documentation consolidated into TESTING.md
  • New GitLab pipeline, branch, and issue management tools
  • New JIRA project management tools (get projects, components, versions)

Changed

  • Consolidated multiple search tools into single unified interface
  • Improved JQL generation with better error handling and debug logging
  • Enhanced TypeScript types for better type safety
  • Simplified testing approach by removing complex debugging scripts

Fixed

  • Fixed JIRA API deprecation by migrating to searchForIssuesUsingJqlEnhancedSearch
  • Resolved TypeScript compilation issues with proper type definitions
  • Improved error handling and debug logging throughout the application