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

Recently, pdf export from Confluence Cloud has been improved, see #201 . This requires `api_version="cloud"` to be passed during init of the Confluence instance. However, two different parameters concerning the...

In our organization The Confluence API are installed behind some kind of Proxy, and we aren't allowed to address the API directly. The problem is the API url is different...

Dear all, I've faced some issues while trying to fork a repository from a project. I've tried both the functions, that are: `def fork_repository(self, project_key, repository_slug, new_repository_slug)` and `def fork_repository_new_project(self,...

Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/atlassian/rest_client.py", line 395, in raise_for_status error_msg = "\n".join(j["errorMessages"] + [k + ": " + v for k, v in j["errors"].items()]) KeyError: 'errorMessages' this happens...

The `jira.jql_get_list_of_tickets` method implements pagination which intends to return a user-limited number of issues or all issues if None is provided. https://github.com/atlassian-api/atlassian-python-api/blob/dfe4fb5a29602cd9d43f394014c68c4462ff0678/atlassian/jira.py#L2655 The current functionality for scrolling through pages is...

For now, I'm maintaining a subclass that implements a `cql_paged()` method to be able to iterate over long CQL results. I would be willing to submit a merge request to...

I notice that nothing is done to try to deal with throttling responses which are non-success responses containing the "Retry-After" header. To be fair, although I see that there are...

Hi all, I need help on this. I am trying to dump the result a server output which is in json into the code-block macros on confluence any idea on...

What exactly does the parameter 'self' in the function confluence.append_page(self, ...) on this page https://atlassian-python-api.readthedocs.io/confluence.html mean? How am I (of somebody else for that matter) supposed to call this function?...

I don't yet know if this problem exists with other methods, but when I use the `delete_space` method of a `Confluence` instance with a key that does not match an...