atlassian-python-api
atlassian-python-api copied to clipboard
Atlassian Python REST API wrapper
This PR is to add account_id to the parameters of add_user_to_group for Jira Cloud. Username of the parameters is no longer available for Jira Cloud. When the site url contains...
It will be great to have some API wraps. https://developer.statuspage.io/
I am unable to connect to Confluence and Jira. I try to connect with: confluence = Confluence( url=my_company_url, username=username, password=password) Then I try to get page with: confluence.get_page_by_id(page_id) I get...
Hi, I'm new to this atlassian python api, I'm trying to insert and append data to a table in a page. do we have api / document for this?
When I run `jira.assign_issue('issue_id', account_id="account_id")`, it reports` requests.exceptions.HTTPError: 'accountId' must be the only user in GDPR strict mode that can recognize query parameters error ` I read the code and...
X-ray 2.0 version brings new api like Dataset, and I just noticed that this package still using 1.0 version. Would you consider update from 1.0 to 2.0? Here's api docs...
While working with the Atlassian Cloud API and attempting to optimize the time it takes to do many operations, it's common to hit the [Atlassian API request limits](https://developer.atlassian.com/cloud/jira/platform/rate-limiting/), resulting in...
Is there a way of editing the title of a Confluence page using the atlassian-python-api? I tried using `confluence.set_page_property(page_id, {'title': new_page_title})` but I get an error `` In detail: ```...
Hi Gonchik Tsymzhitov, Thanks for sharing the "[atlassian-python-api · PyPI](https://pypi.org/project/atlassian-python-api/)" library. I found the **confluence.move_page()** function is invalid because it cannot move a page which has child pages to be...
calling the update `update = confluence.update_page( parent_id=None, page_id=page_id, title=title, body=page_content )` returns with: ``` No space or no content type, or setup a wrong version type set to content, or...