I am usign the JIRA API and getting a 500. I have a query that includes
AND status was 'In Dev' during ('2017/10/10','2017/10/13')"
also specifying "expand=changelog" on the request
I get an HTTP 500 error
I remove "expand=changelog" and it's ok (but obviously not not return the changelog, which I want).
Is there an incompatibility between the "during" jql clause and "expand=changelog"?
Any help appreciated.
Nic.
Are you using Jira Server or Jira Cloud? I wasn't able to recreate this 500 error on my Jira Server 7.5.0 version, but I did notice that this REST request did put my server under a pretty significant load until it was completed.
However after some searching I came across this relatively new Jira Cloud bug, please see https://jira.atlassian.com/browse/JRACLOUD-67458 for details.
It appears that the Cloud platform has recently implemented some changes on this endpoint in order to address performance problems. There is more information on this in the KB Jira Cloud REST API limits the number of changelogs returned
There are notes there that for the time being you can instead use the api/2/issue/{issueIdOrKey}/changelog endpoint to get back those changelogs. I realize this is not exactly the same as the search function doing this, but it looks like this is a known problem, so I would recommend watching that JRACLOUD ticket for further updates on this.
Thanks for the quick answer.
I'm using a hosted JIRA (so I suppose that's cloud)
It may well be a performance issue. I might do an initial query to get the issues I want then get the changelog for each issue. I don't have a time contraint on my requirement, so this will do.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.