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

Hello everyone Is there any way to add a task list and have confluence interpret the format, in the documentation I found this method #Add inline task setting checkbox method...

I faced an issue with retrieving the body.storage field in your request using the CQL method in Confluence's REST API. **Issue Description:** I'm trying to retrieve the body.storage field in...

In version 3.36.0, the confluence.export_page() function worked properly. However, after upgrading to version 3.37.0, errors occurred, such as the one shown below. Upon further investigation, I noticed that the return...

Jira.assign_project_permission_scheme() fails with 415: requests.exceptions.HTTPError: 415 Client Error: Unsupported Media Type for url: https://{site}.atlassian.net/rest/api/2/project/{project}/permissionscheme (site and project are correct, getting a permission scheme from the same site/project with get_project_permission_scheme() works...

Hi I use the atlassian-pythone-api 3.41.7 for downloading the attachments from a confluence page. The download works, but all files are empty. confluence = Confluence( url="https://confluence.xyt.xx/", username=os.getenv("CONFLUENCE_USER", None), password=os.getenv("CONFLUENCE_PASSWORD", None)...

Hello, I am looking for a way to do the following: -get the latest successful build result ie the successful build with the most recent completion time -get the oldest...

Hello, I know that at the moment there is no official API for advanced roadmaps. However, there is still an endpoint that could be reached to create and manage the...

[Jira Cloud "Get all projects" methods](https://github.com/atlassian-api/atlassian-python-api/blob/85f116f9f39501ecec3c33fdd2d638230ae3fe73/atlassian/jira.py#L2095C14-L2095C14) are based on a [deprecated endpoint](https://community.atlassian.com/t5/Jira-questions/Jira-REST-API-to-get-projects/qaq-p/728218) (GET /rest/api/2/project). Therefore, for Jira Cloud "Get all projects" methods, an endpoint migration is required. I could work...

While using confluence = Confluence(url=wiki_url, token=token, verify_ssl=ssl_cert_path, api_version="cloud") confluence.get_page_as_pdf(page_id) or confluence.export_page(page_id) I am getting below error ``` Traceback (most recent call last): File "confluence_pull.py", line 76, in jira_obj.download_page_id(page_id_list[0], folder_path) File...

Hello guys, I have an issue with python requests. It was a struggle for more than a day, I hope I can give a clear and simple view, please bare...