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

Added ?status=current to update api call. This is to resolve issue #797

The method remove_content_history(page_id, version_number) was working fine until the release version **3.25.0**. From the version **3.26.0** and newer we are getting below error: File "/usr/local/lib/python3.10/site-packages/atlassian/confluence.py", line 1371, in remove_content_history self.delete(url)...

bug
confluence

Module: jira.py Function: set_comment_property Line : ` data = {"value": value_property} ` The system is wrapping the "value_property" with an extra "value" key. Example If I call this function with...

Hi, I'm trying to update table in confluence page from below code. If there are any images in the table that are uploaded(to table) manually are getting updated / over...

confluence

I can trigger a pipeline with custom variables,it works well.but how can I know what variables are passed into pipeline when trigering it?when getting the pipeline by uuid and repository,the...

bitbucket

# What I'm trying to do The bitbucket cloud api offers an [endpoint](https://developer.atlassian.com/cloud/bitbucket/rest/api-group-source/#application-x-www-form-urlencoded) to commit a text file using the `Content-Type: x-www-form-urlencoded` header. Using `curl` the call looks something like:...

bitbucket

Function fork_repository_new_project in bitbucket module is throwing error while trying to create. Traceback (most recent call last): File "venv\lib\site-packages\atlassian\rest_client.py", line 400, in raise_for_status j.get("errorMessages", list()) + [k + ": "...

bug
help wanted
bitbucket

Currently when triggering pipeline the selector is hardcoded to be `custom` - https://github.com/atlassian-api/atlassian-python-api/blob/master/atlassian/bitbucket/cloud/repositories/pipelines.py#L54 - it causes that it's not possible to trigger pipeline by a tag. Example case would be...

I am trying to create a page and include an URL inside storage value. This URL contains "&version=" and when trying to create the page it will give me a...

Hi, Trying to export as pdf, but only getting an empty pdf. `def save_file(content, title): file_pdf = open(title + ".pdf", "w") file_pdf.write(content) file_pdf.close() print("Completed") if __name__ == "__main__": label =...