- 10 Mar, 2026 9 commits
-
-
MD. SHAHIDUL ISLAM authored
- Changed Claude Desktop config server name from 'jira-mcp' to 'dohatec-jira' - Changed Cursor config server name from 'Jira Server' to 'dohatec-jira' - Command remains 'jira-mcp' (the installed package name) - More specific server identifier for Dohatec's Jira instance
-
MD. SHAHIDUL ISLAM authored
- Streamlined README to simple flow: Install → Configure → Use - Users don't need to manually run anything - auto-starts via Claude/Cursor JSON config - Removed unnecessary section about command-line running (dev docs in DEVELOPMENT.md) - Cleaner, focused README perfect for end users
-
MD. SHAHIDUL ISLAM authored
- Removed 'Option 2: Via Environment Variables' section - README now only shows JSON configuration for Claude Desktop and Cursor - Simplified 'Running the Server' section to focus on main use case - Environment variables approach moved to DEVELOPMENT.md (for devs only) - Cleaner, simpler README aligned with user preference
-
MD. SHAHIDUL ISLAM authored
- Quick installation method (pip install git+...) stays at top for users - Manual installation details moved to very end after Contributing section - Cleaner flow: simple install → features → examples → contributing → advanced - Users see recommended path first, developers see manual steps at end
-
MD. SHAHIDUL ISLAM authored
- Configuration happens in JSON file OR via environment variables (not both) - Updated to show environment variables are optional (only for command-line use) - Clarified that Claude Desktop and Cursor use JSON/UI configuration - Simplified configuration section with clear 'Option 1' vs 'Option 2' choice - No need to set env vars twice - once in config is enough
-
MD. SHAHIDUL ISLAM authored
- Removed hardcoded Mac/Windows path examples from README - README now focused on simple 'jira-mcp' command for end users - Added reference to DEVELOPMENT.md for custom path configurations - Moved manual Claude Desktop and Cursor path examples to DEVELOPMENT.md - Cleaner user experience with progressive disclosure of advanced options
-
MD. SHAHIDUL ISLAM authored
- Create DEVELOPMENT.md with comprehensive dev setup guide - Include manual installation instructions (Mac/Linux/Windows) - Add test running, building distributions, and troubleshooting - Update README.md with reference to DEVELOPMENT.md - Cleaner separation: INSTALLATION.md for users, DEVELOPMENT.md for devs
-
MD. SHAHIDUL ISLAM authored
- Installation methods for different use cases - Configuration for Claude Desktop and Cursor - Entry point usage (jira-mcp command and python -m jira_mcp) - Troubleshooting guide and best practices
-
MD. SHAHIDUL ISLAM authored
- Create jira_mcp package directory with server.py, __init__.py, and __main__.py - Add modern pyproject.toml with pip install from git support - Add entry points: 'jira-mcp' CLI command and 'python -m jira_mcp' module runner - Create MANIFEST.in for distribution includes - Update .gitignore for build artifacts (dist, build, *.egg-info) - Update README with new installation instructions and simplified configs - Package now installable via: pip install git+https://repo.dohatec.com.bd/ai-solutions/mcp-server-jira.git
-
- 09 Mar, 2026 1 commit
-
-
MD. SHAHIDUL ISLAM authored
-
- 08 Mar, 2026 7 commits
-
-
MD. SHAHIDUL ISLAM authored
-
MD. SHAHIDUL ISLAM authored
-
MD. SHAHIDUL ISLAM authored
-
MD. SHAHIDUL ISLAM authored
-
MD. SHAHIDUL ISLAM authored
-
Md. Shahjahan authored
-
MD. SHAHIDUL ISLAM authored
-
- 04 Mar, 2026 15 commits
-
-
MD. SHAHIDUL ISLAM authored
-
MD. SHAHIDUL ISLAM authored
-
MD. SHAHIDUL ISLAM authored
feat: Add QA tester tracking and enhanced issue assignment documentation, alongside a new Jira API interaction test script.
-
MD. SHAHIDUL ISLAM authored
docs: Update tool docstrings with markdown link formatting instructions and add new example commands to the README.
-
MD. SHAHIDUL ISLAM authored
-
MD. SHAHIDUL ISLAM authored
-
MD. SHAHIDUL ISLAM authored
-
MD. SHAHIDUL ISLAM authored
feat: Include issue URLs in various command outputs and success messages, utilizing a new `BASE_URL` for consistent generation.
-
MD. SHAHIDUL ISLAM authored
-
MD. SHAHIDUL ISLAM authored
feat: Add `create_issue_advanced` MCP tool and initial README documentation for the Jira MCP server.
-
MD. SHAHIDUL ISLAM authored
feat: Add comprehensive README documentation and enhance `create_issue_with_subtasks` to support both Story and Task parent types.
-
MD. SHAHIDUL ISLAM authored
feat: Add `create_story_with_subtasks` tool and comprehensive README documentation for the MCP server.
-
MD. SHAHIDUL ISLAM authored
feat: add active project management, issue commenting, work logging, and comprehensive README documentation.
-
MD. SHAHIDUL ISLAM authored
feat: Add `get_all_projects` tool to list Jira projects and introduce a comprehensive README for server documentation.
-
MD. SHAHIDUL ISLAM authored
-
- 03 Mar, 2026 1 commit
-
-
MD. SHAHIDUL ISLAM authored
feat: introduce Jira MCP server with tools for fetching, viewing, creating, assigning, and transitioning Jira issues, along with a setup guide and tests.
-