Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Http call to Jira api results in 404 NULL error

muhammad_mansoor September 12, 2018

I am sending API post call to JIRA with jql containing more than 500 issues ids in body but after 1minute or more processing it returns 404 null error. Working well for smaller number of issues ids. 

I don't know it is request timeout or what. Please tell me solution in both cases if it is timeout or some other problem. What can I do to overcome this problem and get all the issues?

JQL format:

{"jql": id = 21313 or id = 34234 or ...... 500+ ids, "maxResults": 1000}

issues id in "jql" json above are fetched from another rest call.

Thanks in Advance

1 answer

0 votes
Gonchik Tsymzhitov
Community Champion
September 16, 2018

Hi! 

 

Could you rewrite your request using pagination? like this https://github.com/AstroMatt/atlassian-python-api/blob/master/atlassian/jira.py#L31

 

Because it is not good way extend maxResults.

Cheers,

Gonchik Tsymzhitov

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events