8000 Comparing v0.8.3...v0.8.4 · sooperset/mcp-atlassian · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sooperset/mcp-atlassian
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.3
Choose a base ref
...
head repository: sooperset/mcp-atlassian
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.4
Choose a head ref
  • 5 commits
  • 17 files changed
  • 4 contributors

Commits on Apr 26, 2025

  1. feat: Add jira_create_sprint tool (#235)

    This PR introduces the ability to create Jira sprints programmatically via the MCP tool.
    
    Key changes include:
    - Added the `jira_create_sprint` tool to the server interface.
    - Implemented the corresponding `create_sprint` method in the `SprintsMixin`.
    - Added robust date validation for `start_date` and `end_date` using `python-dateutil` to ensure ISO 8601 format and logical constraints (start date not in the past, start date before end date).
    - Included comprehensive unit tests covering successful sprint creation and various error scenarios (invalid dates, missing dates, API errors).
    - Updated project dependencies (`python-dateutil`, `types-python-dateutil`) in `pyproject.toml` and `uv.lock`.
    - Updated `README.md` and `CHANGELOG.md` to reflect the new tool.
    qorpus authored Apr 26, 2025
    Configuration menu
    Copy the full SHA
    7194984 View commit details
    Browse the repository at this point in the history
  2. Feature/add get link types (#325)

    - Added `get_issue_link_types()` method to retrieve all available issue link types
    - Refactored `create_issue_link(data)` method to create links between issues
    - Refactored `remove_issue_link(link_id)` method to remove existing links
    - Added corresponding MCP tool interfaces for these operations
    nigel-upstart authored Apr 26, 2025
    Configuration menu
    Copy the full SHA
    c5f4ad3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd7b380 View commit details
    Browse the repository at this point in the history
  4. fix: respect SSL verification environment variables in Docker (#340)

    When running in Docker, JIRA_SSL_VERIFY and CONFLUENCE_SSL_VERIFY
    environment variables were being overwritten by the default CLI flag
    values, causing SSL verification to remain enabled despite user settings.
    sooperset authored Apr 26, 2025
    Configuration menu
    Copy the full SHA
    030df00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    651c271 View commit details
    Browse the repository at this point in the history
Loading
0