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/confluence_base.py
atlassian/confluence_v2.py
atlassian/crowd.py
atlassian/errors.py
atlassian/insight.py
atlassian/jira_models.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/downloads.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
atlassian/confluence/base.py
atlassian/confluence/cloud/__init__.py
atlassian/confluence/cloud/base.py
atlassian/confluence/cloud/classification_levels.py
atlassian/confluence/cloud/cloud.py
atlassian/confluence/cloud/content_properties.py
atlassian/confluence/cloud/databases.py
atlassian/confluence/cloud/folders.py
atlassian/confluence/cloud/graphql.py
atlassian/confluence/cloud/tasks.py
atlassian/confluence/cloud/whiteboards.py
atlassian/confluence/server/__init__.py
atlassian/confluence/server/base.py
atlassian/confluence/server/confluence_server.py
atlassian/jira/__init__.py
atlassian/jira/core_methods.py
atlassian/jira/jira_cloud.py
atlassian/jira/jira_server.py
atlassian/jira/service_management_methods.py
atlassian/jira/software_methods.py
atlassian/models/__init__.py
atlassian/models/py.typed
atlassian/models/jira/__init__.py
atlassian/models/jira/adf.py
atlassian/models/jira/builders.py
atlassian/models/jira/comment.py
atlassian/models/jira/fields.py
atlassian/models/jira/issues.py
atlassian/models/jira/serializer.py
atlassian/models/jira/transition.py
atlassian/models/jira/update.py
atlassian/models/jira/validation.py
atlassian/tempo/__init__.py
atlassian/tempo/cloud/__init__.py
atlassian/tempo/cloud/base.py
atlassian/tempo/server/__init__.py
atlassian/tempo/server/accounts.py
atlassian/tempo/server/base.py
atlassian/tempo/server/budgets.py
atlassian/tempo/server/events.py
atlassian/tempo/server/planner.py
atlassian/tempo/server/servlet.py
atlassian/tempo/server/teams.py
atlassian/tempo/server/timesheets.py
atlassian/yogi/__init__.py
atlassian/yogi/base.py
atlassian/yogi/cloud.py
atlassian/yogi/yogi_confluence_cloud.py
atlassian/yogi/yogi_confluence_dc.py
atlassian/yogi/yogi_jira_cloud.py
atlassian/yogi/yogi_jira_dc.py
atlassian_python_api.egg-info/PKG-INFO
atlassian_python_api.egg-info/SOURCES.txt
atlassian_python_api.egg-info/dependency_links.txt
atlassian_python_api.egg-info/not-zip-safe
atlassian_python_api.egg-info/requires.txt
atlassian_python_api.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/mockup.py
tests/test_assets_object_type_attributes.py
tests/test_base.py
tests/test_bitbucket_cloud_oo.py
tests/test_bitbucket_cloud_pipelines.py
tests/test_bitbucket_cloud_source.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_confluence_base.py
tests/test_confluence_v2.py
tests/test_confluence_v2_basic_structure.py
tests/test_confluence_v2_compatibility.py
tests/test_confluence_v2_integration.py
tests/test_confluence_v2_summary.py
tests/test_confluence_v2_with_mocks.py
tests/test_confluence_version_compatibility.py
tests/test_docs.py
tests/test_errors.py
tests/test_jira.py
tests/test_jira_cloud_clients.py
tests/test_jira_cloud_method_coverage.py
tests/test_jira_models.py
tests/test_request_utils.py
tests/test_rest_client.py
tests/test_servicedesk.py
tests/test_tempo_cloud.py
tests/test_tempo_cloud_pytest.py
tests/test_tempo_server.py
tests/test_tempo_server_pytest.py
tests/test_typehints.py
tests/test_utils.py
tests/test_yogi.py
tests/__pycache__/__init__.cpython-311.pyc
tests/__pycache__/__init__.cpython-313.pyc
tests/__pycache__/__init__.cpython-39.pyc
tests/__pycache__/conftest.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/conftest.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/conftest.cpython-39-pytest-8.3.5.pyc
tests/__pycache__/conftest.cpython-39-pytest-8.4.1.pyc
tests/__pycache__/conftest.cpython-39-pytest-8.4.2.pyc
tests/__pycache__/mockup.cpython-311.pyc
tests/__pycache__/mockup.cpython-313.pyc
tests/__pycache__/mockup.cpython-39.pyc
tests/__pycache__/test_assets_object_type_attributes.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_assets_object_type_attributes.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_bamboo.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_bamboo.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_base.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_base.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_base.cpython-39-pytest-8.3.4.pyc
tests/__pycache__/test_base.cpython-39-pytest-8.3.5.pyc
tests/__pycache__/test_base.cpython-39-pytest-8.4.1.pyc
tests/__pycache__/test_base.cpython-39-pytest-8.4.2.pyc
tests/__pycache__/test_bitbucket_cloud_oo.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_bitbucket_cloud_oo.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_bitbucket_cloud_oo.cpython-39-pytest-8.3.4.pyc
tests/__pycache__/test_bitbucket_cloud_oo.cpython-39-pytest-8.3.5.pyc
tests/__pycache__/test_bitbucket_cloud_oo.cpython-39-pytest-8.4.1.pyc
tests/__pycache__/test_bitbucket_cloud_oo.cpython-39-pytest-8.4.2.pyc
tests/__pycache__/test_bitbucket_cloud_pipelines.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_bitbucket_cloud_pipelines.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_bitbucket_cloud_source.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_bitbucket_cloud_source.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_bitbucket_server.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_bitbucket_server.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_bitbucket_server.cpython-39-pytest-8.3.4.pyc
tests/__pycache__/test_bitbucket_server.cpython-39-pytest-8.3.5.pyc
tests/__pycache__/test_bitbucket_server.cpython-39-pytest-8.4.1.pyc
tests/__pycache__/test_bitbucket_server.cpython-39-pytest-8.4.2.pyc
tests/__pycache__/test_bitbucket_server_oo.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_bitbucket_server_oo.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_bitbucket_server_oo.cpython-39-pytest-8.3.4.pyc
tests/__pycache__/test_bitbucket_server_oo.cpython-39-pytest-8.3.5.pyc
tests/__pycache__/test_bitbucket_server_oo.cpython-39-pytest-8.4.1.pyc
tests/__pycache__/test_bitbucket_server_oo.cpython-39-pytest-8.4.2.pyc
tests/__pycache__/test_cloud_admin.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_cloud_admin.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_cloud_admin.cpython-39-pytest-8.3.5.pyc
tests/__pycache__/test_cloud_admin.cpython-39-pytest-8.4.1.pyc
tests/__pycache__/test_cloud_admin.cpython-39-pytest-8.4.2.pyc
tests/__pycache__/test_confluence_advanced_mode.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_confluence_advanced_mode.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_confluence_advanced_mode.cpython-39-pytest-8.3.4.pyc
tests/__pycache__/test_confluence_advanced_mode.cpython-39-pytest-8.3.5.pyc
tests/__pycache__/test_confluence_advanced_mode.cpython-39-pytest-8.4.1.pyc
tests/__pycache__/test_confluence_advanced_mode.cpython-39-pytest-8.4.2.pyc
tests/__pycache__/test_confluence_attach.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_confluence_attach.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_confluence_attach.cpython-39-pytest-8.3.4.pyc
tests/__pycache__/test_confluence_attach.cpython-39-pytest-8.3.5.pyc
tests/__pycache__/test_confluence_attach.cpython-39-pytest-8.4.1.pyc
tests/__pycache__/test_confluence_attach.cpython-39-pytest-8.4.2.pyc
tests/__pycache__/test_confluence_base.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_confluence_base.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_confluence_v2.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_confluence_v2.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_confluence_v2_basic_structure.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_confluence_v2_basic_structure.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_confluence_v2_compatibility.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_confluence_v2_compatibility.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_confluence_v2_integration.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_confluence_v2_integration.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_confluence_v2_summary.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_confluence_v2_summary.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_confluence_v2_with_mocks.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_confluence_v2_with_mocks.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_confluence_version_compatibility.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_confluence_version_compatibility.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_crowd.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_crowd.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_docs.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_docs.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_errors.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_errors.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_errors.cpython-39-pytest-8.3.5.pyc
tests/__pycache__/test_errors.cpython-39-pytest-8.4.1.pyc
tests/__pycache__/test_errors.cpython-39-pytest-8.4.2.pyc
tests/__pycache__/test_jira.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_jira.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_jira.cpython-39-pytest-8.3.4.pyc
tests/__pycache__/test_jira.cpython-39-pytest-8.3.5.pyc
tests/__pycache__/test_jira.cpython-39-pytest-8.4.1.pyc
tests/__pycache__/test_jira.cpython-39-pytest-8.4.2.pyc
tests/__pycache__/test_jira_cloud_clients.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_jira_cloud_clients.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_jira_cloud_method_coverage.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_jira_cloud_method_coverage.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_jira_models.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_jira_models.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_request_utils.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_request_utils.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_request_utils.cpython-39-pytest-8.3.5.pyc
tests/__pycache__/test_request_utils.cpython-39-pytest-8.4.1.pyc
tests/__pycache__/test_request_utils.cpython-39-pytest-8.4.2.pyc
tests/__pycache__/test_rest_client.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_rest_client.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_rest_client.cpython-39-pytest-8.3.5.pyc
tests/__pycache__/test_rest_client.cpython-39-pytest-8.4.1.pyc
tests/__pycache__/test_rest_client.cpython-39-pytest-8.4.2.pyc
tests/__pycache__/test_servicedesk.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_servicedesk.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_servicedesk.cpython-39-pytest-8.3.4.pyc
tests/__pycache__/test_servicedesk.cpython-39-pytest-8.3.5.pyc
tests/__pycache__/test_servicedesk.cpython-39-pytest-8.4.1.pyc
tests/__pycache__/test_servicedesk.cpython-39-pytest-8.4.2.pyc
tests/__pycache__/test_tempo_cloud.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_tempo_cloud.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_tempo_cloud.cpython-39-pytest-8.3.5.pyc
tests/__pycache__/test_tempo_cloud.cpython-39-pytest-8.4.1.pyc
tests/__pycache__/test_tempo_cloud.cpython-39-pytest-8.4.2.pyc
tests/__pycache__/test_tempo_cloud_pytest.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_tempo_cloud_pytest.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_tempo_cloud_pytest.cpython-39-pytest-8.3.5.pyc
tests/__pycache__/test_tempo_cloud_pytest.cpython-39-pytest-8.4.1.pyc
tests/__pycache__/test_tempo_cloud_pytest.cpython-39-pytest-8.4.2.pyc
tests/__pycache__/test_tempo_server.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_tempo_server.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_tempo_server.cpython-39-pytest-8.3.5.pyc
tests/__pycache__/test_tempo_server.cpython-39-pytest-8.4.1.pyc
tests/__pycache__/test_tempo_server.cpython-39-pytest-8.4.2.pyc
tests/__pycache__/test_tempo_server_pytest.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_tempo_server_pytest.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_tempo_server_pytest.cpython-39-pytest-8.3.5.pyc
tests/__pycache__/test_tempo_server_pytest.cpython-39-pytest-8.4.1.pyc
tests/__pycache__/test_tempo_server_pytest.cpython-39-pytest-8.4.2.pyc
tests/__pycache__/test_typehints.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_typehints.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_typehints.cpython-39-pytest-8.3.5.pyc
tests/__pycache__/test_typehints.cpython-39-pytest-8.4.1.pyc
tests/__pycache__/test_typehints.cpython-39-pytest-8.4.2.pyc
tests/__pycache__/test_utils.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_utils.cpython-313-pytest-9.1.1.pyc
tests/__pycache__/test_utils.cpython-39-pytest-8.3.5.pyc
tests/__pycache__/test_utils.cpython-39-pytest-8.4.1.pyc
tests/__pycache__/test_utils.cpython-39-pytest-8.4.2.pyc
tests/__pycache__/test_yogi.cpython-311-pytest-8.4.1.pyc
tests/__pycache__/test_yogi.cpython-313-pytest-9.1.1.pyc
tests/bamboo/__init__.py
tests/bamboo/test_bamboo.py
tests/bamboo/__pycache__/__init__.cpython-311.pyc
tests/bamboo/__pycache__/__init__.cpython-313.pyc
tests/bamboo/__pycache__/test_bamboo.cpython-311-pytest-8.4.1.pyc
tests/bamboo/__pycache__/test_bamboo.cpython-313-pytest-9.1.1.pyc
tests/cloud_admin/__init__.py
tests/cloud_admin/test_cloud_admin.py
tests/cloud_admin/__pycache__/__init__.cpython-311.pyc
tests/cloud_admin/__pycache__/__init__.cpython-313.pyc
tests/cloud_admin/__pycache__/test_cloud_admin.cpython-311-pytest-8.4.1.pyc
tests/cloud_admin/__pycache__/test_cloud_admin.cpython-313-pytest-9.1.1.pyc
tests/confluence/__init__.py
tests/confluence/test_confluence_cloud.py
tests/confluence/test_confluence_routing.py
tests/confluence/test_confluence_server.py
tests/confluence/__pycache__/__init__.cpython-311.pyc
tests/confluence/__pycache__/__init__.cpython-313.pyc
tests/confluence/__pycache__/__init__.cpython-39.pyc
tests/confluence/__pycache__/test_confluence_cloud.cpython-311-pytest-8.4.1.pyc
tests/confluence/__pycache__/test_confluence_cloud.cpython-313-pytest-9.1.1.pyc
tests/confluence/__pycache__/test_confluence_cloud.cpython-39-pytest-8.3.5.pyc
tests/confluence/__pycache__/test_confluence_cloud.cpython-39-pytest-8.4.1.pyc
tests/confluence/__pycache__/test_confluence_cloud.cpython-39-pytest-8.4.2.pyc
tests/confluence/__pycache__/test_confluence_routing.cpython-311-pytest-8.4.1.pyc
tests/confluence/__pycache__/test_confluence_routing.cpython-313-pytest-9.1.1.pyc
tests/confluence/__pycache__/test_confluence_routing.cpython-39-pytest-8.3.5.pyc
tests/confluence/__pycache__/test_confluence_routing.cpython-39-pytest-8.4.1.pyc
tests/confluence/__pycache__/test_confluence_routing.cpython-39-pytest-8.4.2.pyc
tests/confluence/__pycache__/test_confluence_server.cpython-311-pytest-8.4.1.pyc
tests/confluence/__pycache__/test_confluence_server.cpython-313-pytest-9.1.1.pyc
tests/confluence/__pycache__/test_confluence_server.cpython-39-pytest-8.3.5.pyc
tests/confluence/__pycache__/test_confluence_server.cpython-39-pytest-8.4.1.pyc
tests/confluence/__pycache__/test_confluence_server.cpython-39-pytest-8.4.2.pyc
tests/crowd/__init__.py
tests/crowd/test_crowd.py
tests/crowd/__pycache__/__init__.cpython-311.pyc
tests/crowd/__pycache__/__init__.cpython-313.pyc
tests/crowd/__pycache__/test_crowd.cpython-311-pytest-8.4.1.pyc
tests/crowd/__pycache__/test_crowd.cpython-313-pytest-9.1.1.pyc
tests/mocks/confluence_v2_mock_responses.py
tests/mocks/__pycache__/confluence_v2_mock_responses.cpython-311.pyc
tests/mocks/__pycache__/confluence_v2_mock_responses.cpython-313.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/comment/10000/pin/PUT
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