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

After recent changes with beautifulsoup4, the `requests-kerberos` dependency that is supposed to be optional (due to `extras_require={"kerberos": ["requests-kerberos"]}`) became not optional as it's pulled from requirements.txt. This dependency requires a...

Hi the method confluence.download_attachments_from_page(page_id, download_path=None) is mentioned in the documentation https://atlassian-python-api.readthedocs.io/confluence.html, but they is missing in the current code version 3.41.4. In which build is it released? Thank you for...

Hi, Does the atlassian-python-api support Confluence 7.19.17? Regards, Jason

Hello! I hope this message finds you well. I am currently using your Python library for Jira and I'm facing a challenge in retrieving users with permissions for a specific...

`jira.epic_issues(epic_key)` Tell me please. Returns only 50 issues, how can I get all issues of a given epic?

Seems the framework doesn't fully support OAuth, is simply because I don't see it passed with get request as a header anywhere. https://github.com/atlassian-api/atlassian-python-api/blob/1ccaa1bbc4f5ad883d1b26cd75cf6f926a67a9b9/atlassian/jira.py#L88 Here is an example code how it's...

Using Atlassian Python API confluence.attach_content/confluence.attach file does not display the attachment. For images the code below can be used as the append body to display an image `f""" """` How...

Hi, the `atlassian-python-api` provides some functions for uploading images into a Confluence space / page / ... . But I wonder if there is a function to actually **download** an...

confluence

My goal is to obtain the list of commits I see visually in the Jira datacenter instance we have. It seems as if the expand doens't support devstatus or development....

https://github.com/atlassian-api/atlassian-python-api/blob/5d9cd15a91eea0384333d408ae0e68148c7dc302/atlassian/rest_client.py#L102 A couple of months ago this worked as is shown here. I generated an API token with my Confluence "manage account" page and simply used it here. Around the...