LICENSE
MANIFEST.in
README.rst
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
atlassian/VERSION
atlassian/__init__.py
atlassian/assets.py
atlassian/bamboo.py
atlassian/cloud_admin.py
atlassian/crowd.py
atlassian/errors.py
atlassian/insight.py
atlassian/jira.py
atlassian/marketplace.py
atlassian/portfolio.py
atlassian/py.typed
atlassian/request_utils.py
atlassian/rest_client.py
atlassian/service_desk.py
atlassian/statuspage.py
atlassian/typehints.py
atlassian/utils.py
atlassian/xray.py
atlassian/bitbucket/__init__.py
atlassian/bitbucket/base.py
atlassian/bitbucket/cloud/__init__.py
atlassian/bitbucket/cloud/base.py
atlassian/bitbucket/cloud/common/__init__.py
atlassian/bitbucket/cloud/common/builds.py
atlassian/bitbucket/cloud/common/comments.py
atlassian/bitbucket/cloud/common/users.py
atlassian/bitbucket/cloud/repositories/__init__.py
atlassian/bitbucket/cloud/repositories/branchRestrictions.py
atlassian/bitbucket/cloud/repositories/commits.py
atlassian/bitbucket/cloud/repositories/defaultReviewers.py
atlassian/bitbucket/cloud/repositories/deploymentEnvironments.py
atlassian/bitbucket/cloud/repositories/diffstat.py
atlassian/bitbucket/cloud/repositories/groupPermissions.py
atlassian/bitbucket/cloud/repositories/hooks.py
atlassian/bitbucket/cloud/repositories/issues.py
atlassian/bitbucket/cloud/repositories/pipelines.py
atlassian/bitbucket/cloud/repositories/pullRequests.py
atlassian/bitbucket/cloud/repositories/refs.py
atlassian/bitbucket/cloud/repositories/repositoryVariables.py
atlassian/bitbucket/cloud/workspaces/__init__.py
atlassian/bitbucket/cloud/workspaces/members.py
atlassian/bitbucket/cloud/workspaces/permissions.py
atlassian/bitbucket/cloud/workspaces/projects.py
atlassian/bitbucket/server/__init__.py
atlassian/bitbucket/server/base.py
atlassian/bitbucket/server/globalPermissions.py
atlassian/bitbucket/server/common/__init__.py
atlassian/bitbucket/server/common/permissions.py
atlassian/bitbucket/server/projects/__init__.py
atlassian/bitbucket/server/projects/repos/__init__.py
atlassian/confluence/__init__.py
tests/__init__.py
tests/mockup.py
tests/test_base.py
tests/test_bitbucket_cloud_oo.py
tests/test_bitbucket_server.py
tests/test_bitbucket_server_oo.py
tests/test_confluence_advanced_mode.py
tests/test_confluence_attach.py
tests/test_jira.py
tests/test_servicedesk.py
tests/__pycache__/__init__.cpython-313.pyc
tests/__pycache__/mockup.cpython-313.pyc
tests/__pycache__/test_base.cpython-313-pytest-8.3.5.pyc
tests/__pycache__/test_bitbucket_cloud_oo.cpython-313-pytest-8.3.5.pyc
tests/__pycache__/test_bitbucket_server.cpython-313-pytest-8.3.5.pyc
tests/__pycache__/test_bitbucket_server_oo.cpython-313-pytest-8.3.5.pyc
tests/__pycache__/test_confluence_advanced_mode.cpython-313-pytest-8.3.5.pyc
tests/__pycache__/test_confluence_attach.cpython-313-pytest-8.3.5.pyc
tests/__pycache__/test_jira.cpython-313-pytest-8.3.5.pyc
tests/__pycache__/test_servicedesk.cpython-313-pytest-8.3.5.pyc
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/GET
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/TestRepositoryCreated/POST
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/GET
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/branch-restrictions/GET
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/branch-restrictions/17203842/DELETE
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/branch-restrictions/17203842/GET
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/branch-restrictions/17203842/PUT
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/default-reviewers/GET
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/default-reviewers/DefaultReviewer1Uuid/DELETE
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/default-reviewers/DefaultReviewer1Uuid/GET
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/issues/GET
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/issues/POST
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/issues/3/DELETE
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/issues/3/GET
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/issues/3/PUT
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/pipelines/GET
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/pipelines/POST
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/pipelines/{PipelineUuid}/GET
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/pipelines/{PipelineUuid}/steps/GET
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/pipelines/{PipelineUuid}/steps/{PipelineStep1Uuid}/GET
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/pipelines/{PipelineUuid}/steps/{PipelineStep2Uuid}/GET
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/pipelines/{PipelineUuid}/steps/{PipelineStep2Uuid}/log/GET
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/pipelines/{PipelineUuid}/stopPipeline/POST
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/pullrequests/GET
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/pullrequests/POST
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/pullrequests/1/GET
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/pullrequests/1/approve/DELETE
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/pullrequests/1/approve/POST
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/pullrequests/1/comments/GET
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/pullrequests/1/comments/POST
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/pullrequests/1/commits/GET
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/pullrequests/1/decline/POST
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/pullrequests/1/merge/POST
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/pullrequests/1/request-changes/DELETE
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/pullrequests/1/request-changes/POST
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/pullrequests/1/statuses/GET
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/pullrequests/1/tasks/GET
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/pullrequests/1/tasks/POST
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/pullrequests/1/tasks/123456/DELETE
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/pullrequests/1/tasks/123456/PUT
tests/responses/bitbucket/cloud/2.0/repositories/TestWorkspace1/testrepository1/pullrequests/25/GET
tests/responses/bitbucket/cloud/2.0/workspaces/GET
tests/responses/bitbucket/cloud/2.0/workspaces/TestWorkspace1/GET
tests/responses/bitbucket/cloud/2.0/workspaces/TestWorkspace2/GET
tests/responses/bitbucket/cloud/2.0/workspaces/TestWorkspace3/GET
tests/responses/bitbucket/server/rest/api/1.0/admin/permissions/groups/DELETE
tests/responses/bitbucket/server/rest/api/1.0/admin/permissions/groups/GET
tests/responses/bitbucket/server/rest/api/1.0/admin/permissions/groups/none/GET
tests/responses/bitbucket/server/rest/api/1.0/admin/permissions/users/DELETE
tests/responses/bitbucket/server/rest/api/1.0/admin/permissions/users/GET
tests/responses/bitbucket/server/rest/api/1.0/admin/permissions/users/none/GET
tests/responses/bitbucket/server/rest/api/1.0/projects/GET
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/GET
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/PUT
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/permissions/groups/DELETE
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/permissions/groups/GET
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/permissions/groups/none/GET
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/permissions/users/DELETE
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/permissions/users/GET
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/permissions/users/none/GET
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/repos/GET
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/repos/my-repo1-slug/GET
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/repos/my-repo1-slug/PUT
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/repos/my-repo1-slug/archive/GET
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/repos/my-repo1-slug/contributing/GET
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/repos/my-repo1-slug/default-branch/GET
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/repos/my-repo1-slug/default-branch/PUT
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/repos/my-repo1-slug/forks/GET
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/repos/my-repo1-slug/license/GET
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/repos/my-repo1-slug/permissions/groups/DELETE
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/repos/my-repo1-slug/permissions/groups/GET
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/repos/my-repo1-slug/permissions/groups/none/GET
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/repos/my-repo1-slug/permissions/users/DELETE
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/repos/my-repo1-slug/permissions/users/GET
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/repos/my-repo1-slug/permissions/users/none/GET
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/repos/my-repo1-slug/readme/GET
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/repos/my-repo1-slug/related/GET
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/repos/my-repo1-slug/webhooks/GET
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/repos/my-repo1-slug/webhooks/POST
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/repos/my-repo1-slug/webhooks/3/DELETE
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/repos/my-repo1-slug/webhooks/3/GET
tests/responses/bitbucket/server/rest/api/1.0/projects/PRJ/repos/my-repo1-slug/webhooks/3/PUT
tests/responses/jira/rest/agile/1.0/epic/BAR-22/issue/GET
tests/responses/jira/rest/agile/1.0/epic/none/issue/GET
tests/responses/jira/rest/api/2/comment/list/POST
tests/responses/jira/rest/api/2/issue/POST
tests/responses/jira/rest/api/2/issue/FOO-123/GET
tests/responses/jira/rest/api/2/issue/FOO-123/comment/GET
tests/responses/jira/rest/api/2/issue/FOO-123/comment/10000/GET
tests/responses/jira/rest/api/2/issue/FOO-123/properties/GET
tests/responses/jira/rest/api/2/issue/FOO-123/properties/Bar1/DELETE
tests/responses/jira/rest/api/2/issue/FOO-123/properties/Bar1/GET
tests/responses/jira/rest/api/2/issue/FOO-123/properties/Bar1/PUT
tests/responses/jira/rest/api/2/issue/FOO-123/properties/Bar2New/PUT
tests/responses/jira/rest/api/2/issue/FOO-123/remotelink/POST
tests/responses/jira/rest/api/2/issue/REGEX-123/file.txt
tests/responses/servicedesk/rest/servicedeskapi/customer/POST
tests/responses/servicedesk/rest/servicedeskapi/organization/GET
tests/responses/servicedesk/rest/servicedeskapi/organization/POST
tests/responses/servicedesk/rest/servicedeskapi/organization/{organizationId}/DELETE
tests/responses/servicedesk/rest/servicedeskapi/organization/{organizationId}/GET
tests/responses/servicedesk/rest/servicedeskapi/organization/{organizationId}/property/GET
tests/responses/servicedesk/rest/servicedeskapi/organization/{organizationId}/user/DELETE
tests/responses/servicedesk/rest/servicedeskapi/organization/{organizationId}/user/GET
tests/responses/servicedesk/rest/servicedeskapi/organization/{organizationId}/user/POST
tests/responses/servicedesk/rest/servicedeskapi/servicedesk/{serviceDeskId}/customer/DELETE
tests/responses/servicedesk/rest/servicedeskapi/servicedesk/{serviceDeskId}/customer/GET
tests/responses/servicedesk/rest/servicedeskapi/servicedesk/{serviceDeskId}/customer/POST
tests/responses/servicedesk/rest/servicedeskapi/servicedesk/{serviceDeskId}/organization/DELETE
tests/responses/servicedesk/rest/servicedeskapi/servicedesk/{serviceDeskId}/organization/GET
tests/responses/servicedesk/rest/servicedeskapi/servicedesk/{serviceDeskId}/organization/POST
thopx14_atlassian_python_api.egg-info/PKG-INFO
thopx14_atlassian_python_api.egg-info/SOURCES.txt
thopx14_atlassian_python_api.egg-info/dependency_links.txt
thopx14_atlassian_python_api.egg-info/not-zip-safe
thopx14_atlassian_python_api.egg-info/requires.txt
thopx14_atlassian_python_api.egg-info/top_level.txt