atlassian-python-api icon indicating copy to clipboard operation
atlassian-python-api copied to clipboard

Atlassian Python REST API wrapper

Results 257 atlassian-python-api issues
Sort by recently updated
recently updated
newest added

Hi, I am using the Xray module. when I try the API's of: update_test_plan_test_executions update_test_execution I get HTTPError please help me with this, I am trying to creates a new...

Hey, I am using Confluence Cloud and have a CQL query that intentionally results in many results (>1000) in our Confluence space. The response of the Confluence API to my...

confluence

Hi folks! And thank you for you great project. I've groked into how to create issues from Python, but now I want to convert an issue to a subtask. That's...

We have a self hosted Bitbucket server running on AWS EC2 I am trying to develop a Python tool to scan all our source code for sensitive data. I am...

It appears that the url in the confluence.py line 2615 is not formed correctly. Currently it is: `url = "/plugins/1.0/{plugin_key}/license".format(plugin_key=plugin_key)` It should be: `url = "rest/plugins/1.0/{plugin_key}-key/license".format(plugin_key=plugin_key)` At least that is...

Hi While trying this example https://github.com/atlassian-api/atlassian-python-api/pull/635/commits/14ad7d33f99021815e4c69a90ba6bf8886552ce3 I got this `{'errorMessages': [], 'errors': {'epic': "Field 'epic' cannot be set. It is not on the appropriate screen, or unknown."}}` One difference though...

I'm having trouble trying to figure out the correct format for except_groups in the set_branches_permissions function The API documentation doesn't provide any examples and the examples folder in this repository...

A piece of try: except: block in confluence file states if error is 403, log `There is no content with the given id, or the calling user does not have...

I discovered atlassian-python-api and an new to this, couldn't find answers online so am asking here: I try to connect to our confluence cloud instance lets name it https://company.atlassian.net/wiki/ via...

get_attachment_history and delete_attachment_by_id are referencing rest/experimental/content, which is not valid on Confluence cloud API. The same workaround should be applied as what is found in get_content_history_by_version_number and remove_content_history: if self.cloud:...