-
Having issue retrieving Jira Issue. This seems to be an issue with ASCII and UTF-8 encoding.
Code:
```
from atlassian import Jira
jira = Jira(
url='https://instance.atlassian.net',
…
-
I can make a POST call using a REST API browser extension that returns me a JSON. The URL is
`https://.atlassian.net/rest/api/2/search`
And the payload is:
```
{
"jql": "project = and issue…
-
Somewhat similar to #337, I'm unable to use an API token. What I've determined is the Authorization header created by requests is what's faulty. If I call an identical curl command manually using the …
-
An Exception occurred while running Debugger:
command line is wrapper.py C:\amirelm\configurations\EXEC
Traceback (most recent call last):
File "C:\Users\amirelm\Documents\GitHub\Debugger\learner\…
-
An Exception occurred while running Debugger:
command line is wrapper.py C:\amirelm\configurations\EXEC
Traceback (most recent call last):
File "C:\Users\amirelm\Documents\GitHub\Debugger\learner\…
-
An Exception occurred while running Debugger:
command line is wrapper.py C:\amirelm\configurations\EXEC
Traceback (most recent call last):
File "C:\Users\amirelm\Documents\GitHub\Debugger\learner\…
-
Hi Prince,
First of all, thank you for this code. I have tested it on a test project and it is working fine.
However, on a specific project with thousands of issues, I keep on getting : KeyError: …
-
I can fetch all project details, but any issue calls cause a NullRef in Newtonsoft.JSON.
Simple Example:
`jiraConn.SearchIssues("project = CM AND fixVersion = 5.2 and issuetype = Release");`
Stacktr…
-
Hello,
I am currently utilizing the Jiraone REST API for extracting project history, which has been incredibly useful. However, I'm encountering a limitation with projects that contain extensive da…
-
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…