-
Python 2.7 is listed in the trove classifiers, but using the library in a Python 2 project yields errors due to the usage of f-strings.
https://github.com/atlassian-api/atlassian-python-api/blob/8f…
-
The documentation is really sparse when it comes to describe the functionality for updating existing pages instead of just writing new ones. Can someone enlighten me how I can achieve this?
larsw updated
2 months ago
-
I use Builld.StartDate (FinishDate would work as well) to detect which builds I already know and which are new (and to describe the builds with their date):
`var newBuilds = this.client.Builds.Success…
-
Recently Jira stopped supporting maxResults as an input param for APIs
https://confluence.atlassian.com/jirakb/changing-maxresults-parameter-for-jira-rest-api-779160706.html
They are also recomme…
-
Apologies, my asciidoc kung fu is not strong so I may not be understanding this scenario as well as I should.
If I put a title on an image like this.
."DataStream" Detailed Block Diagram
image:…
-
**Is your feature request related to a problem? Please describe.**
My company requires the propagation only of certain types of repositories and after attempt to automate tomate the process I've disc…
-
Consider the code below (**main.py**). When a temporary network disconnect occurs without the `timeout` keyword argument to `Session.get()`, the client may hang indefinitely and no exception is raised…
-
**Describe the bug**
CVSV2 and CVSV3 Max score properties appear to be float types in the API response of https://www.jfrog.com/confluence/display/JFROG/Xray+REST+API#XrayRESTAPI-GetVulnerabilitiesRe…
-
### Problem trying to solve
If anyone tries to use this library for the `createmeta` end point on a Jira server running v9+, the function will fail. Check out https://confluence.atlassian.com/jirac…
Ry-DS updated
2 years ago
-
The search API supports cursor-based pagination using the [`search_after` parameter](https://h.readthedocs.io/en/latest/api-reference/#tag/annotations/paths/~1search/get). The responses do not include…