Hello,
I used the reset API "/rest/api/2/issue/VXP-13955?expand=changelog&fields="status" " to get the JSON file for issue change log status.
I use postman to get the API found no data in the response body. and the HTTP response code is 200.
I try to use curl in Linux CLI, found cannot print the JSON too.
How to save the JSON to file?
Thanks.