- 10 Mar, 2026 4 commits
-
-
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.
-