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, I'm trying out the bitbucket pipelines python api, but running into an issue where it mandatorily asks for `commit` to be non None while calling pipelines.trigger() API. What I'm...

Hi, We are trying to configure webhook but faced with url error. (saas platform - cloud) On Cloud class there is no reference to webhooks section in docs On Bitbucket...

**Affected versions**: 3.20.0, 3.20.1 **Version 3.19.0 (works as expected)** ``` # note limit get_one_commit = self.bitbucket.get_commits ( project_key, repository_name, limit=1, hash_newest='refs/heads/master' ) print(type(get_one_commit)) # print(len(get_one_commit)) # 1 ``` **Version 3.20.0**...

This allows to access a Repository object without having access to the workspace endpoint. Signed-off-by: Frank Lichtenheld

json.dumps() is leveraged twice prior to writing the request's data payload. 1. https://github.com/atlassian-api/atlassian-python-api/blob/09ff44afe0b7251dde3ed94da3155f97507129b7/atlassian/rest_client.py#L160 2. https://github.com/atlassian-api/atlassian-python-api/blob/09ff44afe0b7251dde3ed94da3155f97507129b7/atlassian/rest_client.py#L119 Logging statements are not accurate curl statements. Note double quotes are being escaped. `2020-09-16 12:15:10,429...

`def get_content_history_by_version_number()` returns error with actual url scheme `rest/experimental/` It's working with released scheme : `url = "rest/api/content/{0}/version/{1}".format(content_id, version_number)` Tested with Confluence cloud only

Is it possible to get a page from a template and after modifying it, create a new page?

`update_or_create` calls `page_exists` and `get_page_id` regardless of the `parent_id` argument that was specified. These in turn search for a page according to "title" anywhere in the space. When "title" already...

Hi, there is an method to get content/page restrictions "get_all_restrictions_for_content" in confluence. Is it possible to implement a setter method equivalent to get_all_restrictions_for_content ? best regards, david