git-jira-mcp-server
0
Git Jira MCP Server helps automatically retrieve detailed Jira issue information from current Git branch names. It includes functionality such as branch detection, demand information retrieval, and error handling, enhancing development workflows that involve Jira task management.
Git Jira MCP Server
A server for retrieving Jira issue details based on the current Git branch name.
Features
- Automatic Branch Detection: Extracts Jira ID from the current Git branch name.
- Demand Information Retrieval: Gets detailed Jira issue information, including:
- Issue Title
- Issue Description
- Issue Status
- Priority
- Assignee
- Error Handling: Provides clear error messages, such as:
- Branch name format error
- API request failure
- Missing environment variables
Usage
Refer to Jira API Token here.
Branch Naming Convention
Supports the following branch naming formats:
dev_[name]-[JIRA-ID]
feature/[name]-[JIRA-ID]
bugfix/[name]-[JIRA-ID]
Examples:
dev_feature-ABC-123
feature/new-ui-ABC-123
bugfix/login-ABC-123