Hi,
Is there any API call or JQL through which I can fetch the history of a request? Currently the API I'm using to fetch the details of a request is:
In the expand options, I don't see changelog or anything related to the info that is in the history tab of the request. Is there a way to achieve this in JIRA Service Management?
Hi Anuj,
I can't see that it's possible by querying the Request however if you query the Issue using the following:
https://your-domain.atlassian.net/rest/api/3/issue/{issueIdOrKey}?expand=changelog
Adding in the '?expand=changelog' should give additional output regarding the Issue's history.
I hope that helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.