-
Notifications
You must be signed in to change notification settings - Fork 684
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Confluence api v2 and Jira api v3 added #1522
base: master
Are you sure you want to change the base?
Conversation
…ronment variable loading for test scripts
…mments_example.py
…o v3. You must be an expert Python programmer. We will use the confluence-v2-implementation to decide how to do things -- we should do things the same way where possible. To begin, then, we should look at the current codebase's jira functionality and at the REST API documentation at https://developer.atlassian.com/cloud/ for jira cloud platform, then later jira software cloud, then later still jira service management cloud. We should maintain as much backward-compatible code as we possibly can to avoid breaking users of earlier jira APIs. Look at the confluence_v2_implementation_checklist.md file and at the codebase for confluence v2. We must begin with the implementation checklist, and it must include a new directory under atlassian/ for the new version of the jira api.
…pecific pagination tests, permission handling tests, and Python version compatibility tests.
…e API architecture, specialized clients, ADF support, pagination, error handling, offline tests, and documentation
…Jira V3 test docs
@batzel @batzel-upenn why do you add into 1 merge request 2 different wrapers ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's not needed
Sorry, I'm a bit new at working with public repos. My main goal was getting the code working for me. I can separate things out into several requests if you want it that way. Can you suggest how you'd like me to break it into sections? I don't mean to cause you trouble. |
I've added confluence v2 and jira v3, for the newer Atlassian Cloud servers. Unit tests and integration tests against live servers, flake8 and black to clean up the code, and I'm using it now with mcp-atlassian.