-
8000
Notifications
You must be signed in to change notification settings - Fork 231
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: sooperset/mcp-atlassian
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 17 files changed
- 4 contributors
Commits on Apr 26, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for 7194984 - Browse repository at this point
Copy the full SHA 7194984View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c5f4ad3 - Browse repository at this point
Copy the full SHA c5f4ad3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd7b380 - Browse repository at this point
Copy the full SHA cd7b380View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 030df00 - Browse repository at this point
Copy the full SHA 030df00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 651c271 - Browse repository at this point
Copy the full SHA 651c271View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.8.3...v0.8.4