atlassian-python-api
atlassian-python-api copied to clipboard
Atlassian Python REST API wrapper
This is an issue I am having trying to use the Atlassian Python API's Confluence module to edit a page. So far, all I have in my code is the...
This feels like a bug in the ContentTemplate schema on the server side rather than a code bug, but it's hard to be sure. What I do know is that...
The function: https://github.com/atlassian-api/atlassian-python-api/blob/889aec9370b368227cb5e94780f1bf790b99f07d/atlassian/confluence.py#L1898 does not pass the `limit `parameter for the rest api: https://docs.atlassian.com/ConfluenceServer/rest/8.0.0-m90/#api/content/{id}/property so user will get max 10 content properties returned and cannot change that. Please add optional...
Hello, You have defined refs endpoint for repo but it is not available for repo object and hence cannot be retrieved. Thanks.
The documentation in bitbucket.rst shows the function: bitbucket.repo_list(project_key, limit=25) It does not describe to handle the output of the function. If I run that command and assign the output to...
It seems, that the argument `parent_id` https://github.com/atlassian-api/atlassian-python-api/blob/b24f7dbab2d6b6892e8a29543de5cb52c2820c6a/atlassian/confluence.py#L1704 could be `optional`, since if it is not passed or with `None`, it will be requested in https://github.com/atlassian-api/atlassian-python-api/blob/b24f7dbab2d6b6892e8a29543de5cb52c2820c6a/atlassian/confluence.py#L1729 anyways.
I recently updated from 3.41.11 to 3.41.13, and now I'm having problems w/ `get_issue_changelog`. It looks like #1375 changed the endpoint that is used, and I've started getting 404 from...
I am looking into the wrapper but cannot find a rank() method. How do I rank multiple files at once?
We are trying to use `backoff_and_retry` but are getting errors with urllib3 1.26.X this fixes and sets the minimum of `urllib3` to `>= 2.0.0` The first release supporting `backoff_jitter` in...