atlassian-python-api icon indicating copy to clipboard operation
atlassian-python-api copied to clipboard

Atlassian Python REST API wrapper

Results 242 atlassian-python-api issues
Sort by recently updated
recently updated
newest added

Hi I am trying to create assets in JIRA does this library provide any wrapper around the Assets REST API ?

Hello, I am currently working on a Python script that connects to the Confluence cloud and gets the space data using Spaceid. I am getting connection timeout for all functions...

Hi, I'm trying to setup some workflows that require me to check and update default reviewer settings for projects, but it seems like that is a cloud-only feature when I...

Hi, using atlassian-python-api , is it possible to create a page with embedded markdown app? e.g. ```mermaid erDiagram TBL1 ||--o{ TBL2 : KEY ```

while executing - `atlassian.confluence.Confluence.get_all_pages_from_space` with a `limit` set to `2000` still returns only 500 pages whereas the space has more than 500 pages. Is it a restriction? How can I...

Closes #1373 Result of `python -m compileall .` ran with python 2.7.13 inside the atlassian directory ```bash Listing . ... Compiling .\__init__.py ... Compiling .\bamboo.py ... Listing .\bitbucket ... Compiling...

Dear maintainers, The python function `confluence.get_space_permissions(space_key) ` seems broken. We get a 404 HTTPError: ``` raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://mysite.atlassian.net/wiki/rpc/json-rpc/confluenceservice-v2 ``` If we...

Python 2.7 is listed in the trove classifiers, but using the library in a Python 2 project yields errors due to the usage of f-strings. https://github.com/atlassian-api/atlassian-python-api/blob/8f7e4e368fcff54d8566746955aacec9cbad2b24/setup.py#L49 This is the error:...

``` Traceback (most recent call last): File "/opt/atlassian/pipelines/agent/build/pipelineAuditHandler.py", line 84, in audit_repositories(selectquote, fintech_repo_list) File "/opt/atlassian/pipelines/agent/build/pipelineAuditHandler.py", line 61, in audit_repositories Repository found: fintech-ui f"{nickname} ran a {state} pipeline against {pipeline.data['target']['ref_name']} in...

I am currently looking for an API which would return if another user has READ permission on a specific space/page. I stumbled upon `/wiki/rest/api/content/{id}/permission/check` [1] which I think could be...