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

Works though on Python 3.7. 3.14.1 installation worked flawlessly on Python 3.7 (on Debian 10) and Python 3.9 (on Debian 11). 06:00:07 Collecting atlassian-python-api 06:00:07 Downloading atlassian-python-api-3.15.0.tar.gz (126 kB) 06:00:07...

Hello, I want to add a function in order to get the license information and be notified when remaining license are at a low threshold. Prepared this in order to...

https://github.com/atlassian-api/atlassian-python-api/blob/master/atlassian/bitbucket.py#L168 The return fails when the rate limit on the server was reached and there's no clear indication of what the problem is or what the error was. I had...

bug

As far as i can see the `Bitbucket.repo_grant_user_permissions` method doesn't work with bitbucket cloud. If i use it, i get the following error: ``` bitbucket.repo_grant_user_permissions(WORKSPACE_NAME, REPO_NAME, USER_NAME, "PROJECT_WRITE") Traceback (most...

Hello Is it possible to add get_branches() in to Cloud version? Thank you.

The API is a bit confusing since commits/ does not give you a commit, but that commit's history. Need to use commit/ to get a specific commit only. Signed-off-by: Frank...

Since Version 7.9 of confluence (Server or DC) it is possible to use personal access tokens to login into the system. Currently this works only for Jira. In the moment...

I get a 400 error bad url when calling jira.edit_issue() for cloud. The error rectified by changing line: **1035** in jira.py from data = {"update": fields} to data = {"fields":...

Allow to manage tags and branches in bitbucket.org

hello! my confluence is integrate with cas, the login url is https://cas.xxxxx/cas/login?service=https://conflucen.com i use this to auth is failed `confluence = Confluence( url = 'https://cas.xxxxx/cas/login?service=https://confluence.xxxx.com/index.action', username='xxxxx', password='xxxxx')` so how to...