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

> To authenticate to the Atlassian Cloud APIs Jira, Confluence, ServiceDesk: > > ``` > # Obtain an API token from: https://id.atlassian.com/manage-profile/security/api-tokens > # You cannot log-in with your regular...

get_page_as_word is giving data in bytes for .doc format and not .docx. Do we have any method to get .docx format

Hi folks, Any one ever use or know if there is an async version, in addition to currecnt sync version? Best Bing

Related: #919 #1154 Starting from version 3.32.2, the cause of the error disappeared. For example: ```python from atlassian import Jira jira = Jira( url="https://mysite.com", username="username", password="password" ) fields = {...

``` BAMBOO_URL = 'https://bamboo.example.com' token = 'xxx' bamboo = Bamboo(url=BAMBOO_URL, token=token) ... bamboo.activity() ``` ``` Traceback (most recent call last): File "/Users/tshklyarov/repos/node-api/prune.py", line 37, in agent_status = bamboo.activity() File "/Users/tshklyarov/repos/node-api/venv/lib/python3.9/site-packages/atlassian/bamboo.py",...

There is a limit of 100 pages from a particular space. How can I loop over so that I can get all the pages including child pages from that space....

[Application-bundle-Java.zip](https://github.com/atlassian-api/atlassian-python-api/files/14815974/Application-bundle-Java.zip)

version 1 : https://developer.atlassian.com/cloud/confluence/rest/v1/api-group-space/#api-wiki-rest-api-space-get url path for version 1 'https://{your-domain}/wiki/api/v2/spaces' version 2 : https://developer.atlassian.com/cloud/confluence/rest/v2/api-group-space/#api-spaces-get URL path for version 2 : --url 'https://your-domain.atlassian.net/wiki/rest/api/space' library hardcoded path to /rest/api/space please looked in...

Hi! Using the method download_attachments_from_page() raises an exception when the filename is not sanitize Eg: `image2019-9-13 11:51:31.png` this file raises an error, I believe that is caused by the colons...

Hi, I am reading yaml file using bitbucket.get_content_of_file() and it works fine. But when I try base64.decode, it keeps throwing "Incorrect Padding". I have checked and the total number of...