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, Is there any examples on how to add insights to Jira Product Discovery ideas? I'm currently migrating from another product management tool, and need to migrate ~400 insights to...

Hi, when I use the function `get_page_child_by_type()` I get the page representation of the particular page whose `id` I put into the function. The function returns a list of page...

confluence

When attempting to expand the filter to include multiple pull request states in `repository.pullrequests.each(q=['state="OPEN"','state="DECLINED"', 'state="MERGED"']` the bitbucket REST url forms improperly, treating the inner list value as a string to...

bitbucket

Hi I can see there's an API to create branches on the bitbucket library, but AFAIK that's only for Bitbucket server. Is there a reason why that functionality is not...

bitbucket

Hello! Just started using the library and love it already. My org prefers to add branch permissions at the project level, is there a way to do this? I cannot...

bitbucket

Hello, Following the documentation, I tried using sd.create_customer_request() to open a request in a specific service desk, when doing so I simply get an empty HTTP error message. I tried...

atlassian-python-api 3.28.1 ``` from atlassian.bitbucket import Cloud for repository in project.repositories.each(): for commit in repository.commits.each(): log.info("commit = %s", commit.message) ``` Raises the following exception: ``` for commit in repository.commits.each(): File...

Currently we have a need for adding mTLS support to this library as we have it enabled on server side. This does not seem to be a big issue. Mostly...

I run samples with my bitbucket account/password and found no samples in bitbucket really works Most samples return `'generator' object has no attribute 'json'` or `Not supported in Bitbucket Cloud`...

Hi how can I get a value of an attribute with objectTypeAttributeId x? Can you show me an example? Greetz