Confluence api v2 and Jira api v3 added#1522
Open
batzel wants to merge 52 commits intoatlassian-api:masterfrom
Open
Confluence api v2 and Jira api v3 added#1522batzel wants to merge 52 commits intoatlassian-api:masterfrom
batzel wants to merge 52 commits intoatlassian-api:masterfrom
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
Member
|
@batzel @batzel-upenn why do you add into 1 merge request 2 different wrapers ? |
Author
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.