-
Code :
confluence = Confluence(
url= atlassian_url, username=username, password=api_token,
api_version="cloud"
)
content = confluence.get_page_as_pdf(page_id)
outpu…
-
### Description
On creating a client for JIRA API Client (https://dac-static.atlassian.com/cloud/jira/platform/swagger-v3.v3.json?_v=1.7141.0-0.1305.0) the request for adding an attachment to a ticke…
-
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 a…
-
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.exception…
-
Tried this code
confluence = Confluence(
url= atlassian_url, username=username, password=password,
api_version="cloud"
)
with open("output.pdf", "wb") as pdf_file:
pdf_file.write(confluen…
-
Following REAS API doc: https://docs.atlassian.com/ConfluenceServer/rest/7.11.1/#api/content/{id}/child-childrenOfType
Client can make requests with context and without:
Example with context: http:/…
-
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 no…
-
The customer is looking for a feature to support Projects API and Security-Groups API in the Go client to automate
Projects API: - https://www.jfrog.com/confluence/display/JFROG/Artifactory+RE…
-
When paginating through the `confluence.client.Confluence.get_content()` method I am running into a `KeyError` when trying to fetch the `title` field from a content response. The rest of the fields in…
-
**Describe the bug**
Executing `doctoolchain` with `./gradlew --project-cache-dir /workspace/.gradle -PdocDir=/workspace -Papikey= publishToConfluence` fails with
```
> Task :publishToConfluence …