0x89g09sa823

Results 30 comments of 0x89g09sa823

You mean admin account created in step "Thirdly, configure your Confluence yourself and fill it with a test license."? If so, then it is not possible. However if you lost...

I have updated docs in pull request updated postgres readme docs #78 once PR is approved we can close this issue,

Same issue for me @OldManMeta so it is not limited to your environment.

It some cases these warnings make sense for example in confluence.py: ` @deprecated(version="2.4.2", reason="Use get_all_restrictions_for_content()") def get_all_restictions_for_content(self, content_id): """Let's use the get_all_restrictions_for_content()""" log.warning("Please, be informed that is deprecated as typo...

This functionality was recently added to the project see pull request https://github.com/atlassian-api/atlassian-python-api/pull/1283.

@nafanz you need to use pagination: https://community.atlassian.com/t5/Jira-Service-Management/JIRA-API-code-to-resolve-pagination-for-issue-search/qaq-p/2282054 by utilizing aforementioned parameters maxResults and startAt.

It is expected design of attach_content endpoint. You should use attach_content endpoint to upload multiple attachment to the page at once (this can save a lot of time).But then you...

Could you provide more details? Which confluence version are you using (DC or cloud, if DC which build version, are you using any reverse proxy?). And what is your host...

Thanks for the info @git-aybo I bootstrapped DC testing instance on AWS (ubuntu EC2 + load balancer/proxy) and I was able to get correct attachments size from downloaded sample j.pg...

I'm experiencing some confusion at the moment. A few days ago, while trying to replicate a problem, I managed to successfully download jpeg files but encountered difficulties with .png and...